Leadtools TWAIN (Leadtools.Twain assembly)

AcquirePageOptions Property

Show in webframe





Gets or sets the paper size and paper orientation values to use when transferring images from the current TWAIN source.
Syntax
public TwainAcquirePageOptions AcquirePageOptions {get; set;}
'Declaration
 
Public Property AcquirePageOptions As TwainAcquirePageOptions
'Usage
 
Dim instance As TwainSession
Dim value As TwainAcquirePageOptions
 
instance.AcquirePageOptions = value
 
value = instance.AcquirePageOptions

            

            
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 source
Remarks
The AcquirePageOptions property will get and set the paper size and paper orientation values for the current TWAIN source.
Example
For an example, refer to ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.