PaperOrientation Property

Summary

The page orientation to use when transferring data from the current TWAIN source.

Syntax
C#
VB
C++
public TwainPaperOrientation PaperOrientation { get; set; } 
Public Property PaperOrientation As TwainPaperOrientation 
public: 
property TwainPaperOrientation PaperOrientation { 
   TwainPaperOrientation get(); 
   void set (    TwainPaperOrientation ); 
} 

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 the TWAIN specification.

Example

For an example, refer to ImageEffects.

Requirements

Target Platforms

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

Leadtools.Twain Assembly