ImageEffects property (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

ILTImageEffects * ImageEffects

Overview

Refer to Getting and Setting Capabilities.

Remarks

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

This ILTImageEffects object contains the following properties:

Brightness property

ColorScheme property

Contrast property

HalfTone property

HighLight property

PixelFlavor property

Shadow property

The above properties are updated by calling the GetProperties method.

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

See Also

Elements

DataTransfer property, ImageResolution property, EnableAutoFeed property, MaxPagesNumber property, DuplexScanning property, GetProperties method, SetProperties method, LeftMargin property, RightMargin property, TopMargin property, BottomMargin property, PixelFlavor property, ColorScheme property, HighLight property, Shadow property, Brightness property, Contrast property, HalfTone property

Topics

TWAIN Functionality: Driver Settings