ImageResolution property (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

ILTImageResolution * ImageResolution

Overview

Refer to Getting and Setting Capabilities.

Remarks

(Read Only) Gets the image resolution properties for the current data source.

This ILTImageResolution object contains the following properties:

BitsPerPixel property

HorizontalResolution property

RotationAngle property

Unit property

VerticalResolution property

XScaling property

YScaling property

The above properties are updated by calling the GetProperties method.

The ImageResolution property itself is read only. However, the properties accessed by this property can be set with new image resolution values. To set these values to the TWAIN driver, call the SetProperties method.

See Also

Elements

ImageEffects property, DataTransfer property, EnableAutoFeed property, MaxPagesNumber property, DuplexScanning property, GetProperties method, SetProperties method, LeftMargin property, RightMargin property, TopMargin property, BottomMargin property, Unit property, BitsPerPixel property, HorizontalResolution property, VerticalResolution property, XScaling property, YScaling property, RotationAngle property

Topics

TWAIN Functionality: Driver Settings