WIA_IPS_XRES
The WIA_IPS_XRES property contains the current horizontal resolution, in pixels per inch, for a device.
Property Type: VT_I4
Valid Values: WIA_PROP_RANGE or WIA_PROP_LIST
Access Rights: Read/write or read-only
Remarks
An application sets the WIA_IPS_XRES property to set the horizontal resolution. The WIA minidriver creates and maintains this property.
If a device can be set to only a single value, create a WIA_PROP_LIST type and place the valid value in it. This situation also applies when one resolution setting depends on another resolution. (For example, the vertical resolution can depend on the horizontal resolution.)
WIA_IPS_XRES is required for all image acquisition-enabled items and stored image items; it is not available for storage items.
Requirements
Header: wiadef.h (include Wiadef.h)