Gets or sets the paper size and paper orientation values to use when transferring images from the current TWAIN source.
public TwainAcquirePageOptions AcquirePageOptions { get; set; }
Public Property AcquirePageOptions As Leadtools.Twain.TwainAcquirePageOptions
public:
property Leadtools.Twain.TwainAcquirePageOptions AcquirePageOptions {
Leadtools.Twain.TwainAcquirePageOptions get();
void set ( Leadtools.Twain.TwainAcquirePageOptions );
}
The paper size and paper orientation values to use when transferring images from the current TWAIN source
The AcquirePageOptions property will get and set the paper size and paper orientation values for the current TWAIN source.
For an example, refer to ImageEffects example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET