Leadtools.Wia Namespace : WiaPageSizeMode Enumeration |
public enum WiaPageSizeMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum WiaPageSizeMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As WiaPageSizeMode
public enum class WiaPageSizeMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | A4 | 8267 X 11692 (PORTRAIT orientation) |
0x00000001 | Letter | 8500 X 11000 (PORTRAIT orientation) |
0x00000002 | Custom | Defined by the values of the WiaDeviceType.ScannerDevicePageHeight and WiaDeviceType.ScannerDevicePageWidth properties. |
0x00000064 | Auto | Page size is automatically determined by the device. |
0x00008000 | CustomBase | A custom page size whose dimensions are already known to the application and the device driver. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaPageSizeMode