| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaPageSizeMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaPageSizeMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaPageSizeMode : public Enum  | |
| Member | Description | 
|---|---|
| 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. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPageSizeMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code