Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.34 KB

File metadata and controls

49 lines (32 loc) · 1.34 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
WIA_IPS_XRES
The WIA_IPS_XRES property contains the current horizontal resolution, in pixels per inch, for a device.
WIA_IPS_XRES Imaging Devices
apiref
reference
WIA_IPS_XRES
Wiadef.h
HeaderDef
10/05/2021

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)

See also

WIA_IPS_XEXTENT

WIA_IPS_XPOS

WIA_IPS_YEXTENT

WIA_IPS_YPOS

WIA_IPS_YRES