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

AcquireOptions Property






Gets or sets some memory and file transfer options that affect the acquisition process from the current WIA source.
Syntax
public WiaAcquireOptions AcquireOptions {get; set;}
'Declaration
 
Public Property AcquireOptions As WiaAcquireOptions
'Usage
 
Dim instance As WiaSession
Dim value As WiaAcquireOptions
 
instance.AcquireOptions = value
 
value = instance.AcquireOptions
public WiaAcquireOptions AcquireOptions {get; set;}
 get_AcquireOptions();
set_AcquireOptions(value);
public:
property WiaAcquireOptions AcquireOptions {
   WiaAcquireOptions get();
   void set (    WiaAcquireOptions value);
}

Property Value

Memory and file transfer options that affect the acquisition process from the current WIA source.
Remarks

Use the WiaAcquireOptions property to get or set options related to the memory and file transfer modes like transfer buffer size, enabling/disabling the double buffering feature (for memory mode), destination filename, etc.

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

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
Acquire Method
AcquireToFile Method
AcquireSimple Method

 

 


Products | Support | Contact Us | Copyright Notices

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