Visual Basic (Declaration) | |
---|---|
Public Property AcquirePageOptions As TwainAcquirePageOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainSession Dim value As TwainAcquirePageOptions instance.AcquirePageOptions = value value = instance.AcquirePageOptions |
C# | |
---|---|
public TwainAcquirePageOptions AcquirePageOptions {get; set;} |
C++/CLI | |
---|---|
public: property TwainAcquirePageOptions AcquirePageOptions { TwainAcquirePageOptions get(); void set ( TwainAcquirePageOptions value); } |
Property Value
The paper size and paper orientation values to use when transferring images from the current TWAIN sourceFor an example, refer to Leadtools.Twain.TwainSession.ImageEffects example.
The AcquirePageOptions property will get and set the paper size and paper orientation values for the current TWAIN source.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
ImageEffects Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method