Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

PaperOrientation Property






Gets or sets the page orientation to use when transferring data from the current TWAIN source.
Syntax
public TwainPaperOrientation PaperOrientation {get; set;}
'Declaration
 
Public Property PaperOrientation As TwainPaperOrientation
'Usage
 
Dim instance As TwainAcquirePageOptions
Dim value As TwainPaperOrientation
 
instance.PaperOrientation = value
 
value = instance.PaperOrientation
public TwainPaperOrientation PaperOrientation {get; set;}
 get_PaperOrientation();
set_PaperOrientation(value);
public:
property TwainPaperOrientation PaperOrientation {
   TwainPaperOrientation get();
   void set (    TwainPaperOrientation value);
}

Property Value

The page orientation.
Remarks
This property internally gets or sets the page size capability ICAP_ORIENTATION. 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainAcquirePageOptions Structure
TwainAcquirePageOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.