LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaPageSizeMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaPageSizeMode Enumeration



Contains the size of the page that is currently selected to be scanned. For more information please refer to WIA_DPS_PAGE_SIZE property ID for WIA 1.0 or WIA_IPS_PAGE_SIZE for WIA 2.0 in Microsoft Windows SDK Documentation.

Syntax

Visual Basic (Declaration) 
Public Enum WiaPageSizeMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaPageSizeMode
C# 
public enum WiaPageSizeMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaPageSizeMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
A48267 X 11692 (PORTRAIT orientation)
AutoPage size is automatically determined by the device.
CustomDefined by the values of the WiaDeviceType.ScannerDevicePageHeight and WiaDeviceType.ScannerDevicePageWidth properties.
CustomBaseA custom page size whose dimensions are already known to the application and the device driver.
Letter8500 X 11000 (PORTRAIT orientation)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPageSizeMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also