Gets or sets the page size to use when transferring data from the current TWAIN source.
public TwainPaperSize PaperSize { get; set; }
Public Property PaperSize As Leadtools.Twain.TwainPaperSize
public:
property Leadtools.Twain.TwainPaperSize PaperSize {
Leadtools.Twain.TwainPaperSize get();
void set ( Leadtools.Twain.TwainPaperSize );
}
The page size.
This property internally gets or sets the page size capability ICAP_SUPPORTEDSIZES. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
For an example, refer to ImageEffects.
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