C#
C++/CLI
Python
public enum WiaPageSizeMode
Value | Member | Description |
---|---|---|
0 | A4 | 8267 X 11692 (PORTRAIT orientation) |
1 | Letter | 8500 X 11000 (PORTRAIT orientation) |
2 | Custom | Defined by the values of the WiaDeviceType.ScannerDevicePageHeight and WiaDeviceType.ScannerDevicePageWidth properties. |
100 | Auto | Page size is automatically determined by the device. |
32768 | CustomBase | A custom page size whose dimensions are already known to the application and the device driver. |