Leadtools TWAIN (Leadtools.Twain assembly)

PaperSize Property

Show in webframe





Gets or sets the page size to use when transferring data from the current TWAIN source.
Syntax
public TwainPaperSize PaperSize {get; set;}
'Declaration
 
Public Property PaperSize As TwainPaperSize
'Usage
 
Dim instance As TwainAcquirePageOptions
Dim value As TwainPaperSize
 
instance.PaperSize = value
 
value = instance.PaperSize

            

            
public:
property TwainPaperSize PaperSize {
   TwainPaperSize get();
   void set (    TwainPaperSize value);
}

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 http://www.twain.org and click on TWAIN Specification (Version 2.0).
Example
For an example, refer to TwainSession.ImageEffects.
Requirements

Target Platforms

See Also

Reference

TwainAcquirePageOptions Structure
TwainAcquirePageOptions Members

 

 


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