AcquireOptions Property

Summary
Gets or sets some memory and file transfer options that affect the acquisition process from the current WIA source.
Syntax
C#
VB
C++
public WiaAcquireOptions AcquireOptions { get; set; } 
  
Public Property AcquireOptions As WiaAcquireOptions 
public: 
property WiaAcquireOptions AcquireOptions { 
   WiaAcquireOptions get(); 
   void set (    WiaAcquireOptions ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.