LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

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
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 bool Append {get; set;}
 get_Append();
set_Append(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WiaAcquireOptions Structure
WiaAcquireOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.