C#
VB
C++
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.
public enum WiaPageSizeMode Public Enum WiaPageSizeModeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaPageSizeMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
