LEADTOOLS WIA (Leadtools.Wia assembly)

Append Property

Show in webframe





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
public bool Append {get; set;}
'Declaration
 
Public Property Append As Boolean
'Usage
 
Dim instance As WiaAcquireOptions
Dim value As Boolean
 
instance.Append = value
 
value = instance.Append

            

            
public:
property bool Append {
   bool get();
   void set (    bool value);
}

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.
Remarks

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

Example
For an example, refer to WiaSession.AcquireToFile
Requirements

Target Platforms

See Also

Reference

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.