PaperSize Property

Summary
Gets or sets the page size to use when transferring data from the current TWAIN source.
Syntax
C#
VB
C++
public TwainPaperSize PaperSize { get; set; } 
Public Property PaperSize As TwainPaperSize 
public: 
property TwainPaperSize PaperSize { 
   TwainPaperSize get(); 
   void set (    TwainPaperSize ); 
} 

Property Value

The page size.

Remarks

This property internally gets or sets the page size capability ICAP_SUPPORTEDSIZES. For more information on this capability, refer to the TWAIN specification.

Example

For an example, refer to ImageEffects.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.