Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

AcquirePageOptions Property






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

Error processing SSI file