WIA_IPS_PAGE_SIZE
The WIA_IPS_PAGE_SIZE property contains the size of the page that is currently selected to be scanned.
Property Type: VT_I4
Valid Values: WIA_PROP_LIST
Access Rights: Read/write
Remarks
To select the dimensions of the page to scan, an application sets the WIA_IPS_PAGE_SIZE property. The WIA minidriver creates and maintains this property.
The following table describes the constants that are valid with WIA_IPS_PAGE_SIZE.
Value | Definition |
---|---|
WIA_PAGE_A4 | 8267 × 11692 (PORTRAIT orientation). |
WIA_PAGE_AUTO | Used to configure automatic page size detection. |
WIA_PAGE_CUSTOM | Defined by the values of the WIA_IPS_PAGE_HEIGHT and WIA_IPS_PAGE_WIDTH properties. |
WIA_PAGE_CUSTOM_BASE | Defined by the values of the WIA_IPS_PAGE_HEIGHT and WIA_IPS_PAGE_WIDTH properties. This value is used to define custom page sizes, instead of the single page that the WIA_PAGE_CUSTOM value enables. |
WIA_PAGE_LETTER | 8500 × 11000 (PORTRAIT orientation). |
Requirements
Header: wiadef.h (include Wiadef.h)