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;} |
Property 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.For an example, refer to WiaSession.AcquireToFile
Note: This member is ignored when using WIA version 2.0.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7