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



Gets or sets some memory and file transfer options that affect the acquisition process from the current WIA source.

Syntax

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

Return Value

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

Example

For an example, refer to WiaSession.AcquireToFile.

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.

Requirements

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

See Also