HorizontalResolution property (ILTImageResolution)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

float HorizontalResolution

Overview

Refer to Getting and Setting Capabilities.

Remarks

Gets or sets the horizontal resolution of the TWAIN source while acquiring the images.

The unit of measure for this property is determined by the Unit property.

This property is equivalent to the ICAP_XRESOLUTION capability. There are two ways of determining the possible values for this capability:

For more information on specific TWAIN capabilities, refer to the TWAIN 1.9 specification.

This property is updated with the driver’s current setting when the GetProperties method is called.

To update the image resolution options, set this property and the other ILTImageResolution properties accessed by the ImageResolution property and call the SetProperties method.

See Also

Elements

ImageResolution property, Unit property, BitsPerPixel property, VerticalResolution property, XScaling property, YScaling property, RotationAngle property, GetProperties method, SetProperties method, GetCapability method, GetCapability2 method, QueryCapability method

Topics

TWAIN Functionality: Driver Settings