ImageEffects property (ILEADRasterTwain)
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:
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