Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaPageSizeMode
C# 
public enum WiaPageSizeMode : Enum 
C++/CLI 
public enum class WiaPageSizeMode : public Enum 

Members

MemberDescription
A4 8267 X 11692 (PORTRAIT orientation)
Custom Defined by the values of the WiaDeviceType.ScannerDevicePageHeight and WiaDeviceType.ScannerDevicePageWidth properties.
Letter 8500 X 11000 (PORTRAIT orientation)
Auto Page size is automatically determined by the device.
CustomBase A custom page size whose dimensions are already known to the application and the device driver.

Inheritance Hierarchy

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

Requirements

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

See Also