Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Append Property
See Also 
Leadtools.Wia Namespace > WiaAcquireOptions Structure : Append Property



Gets or sets a flag that indicates whether to append the acquired pages to the end of an existing file that supports multi-page files.

Syntax

Visual Basic (Declaration) 
Public Property Append As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WiaAcquireOptions
Dim value As Boolean
 
instance.Append = value
 
value = instance.Append
C# 
public bool Append {get; set;}
C++/CLI 
public:
property bool Append {
   bool get();
   void set (bool value);
}

Return Value

Flag that indicates whether to append the acquired pages to the end of an existing file that supports multi-page files. Possible values are: true to append pages to the end of the file, false to not append pages to the end of the file. This is the default value.

Example

For an example, refer to WiaSession.AcquireToFile

Remarks

Note: This member is ignored when using WIA version 2.0.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also