The ImageAcquire type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoBright |
The source Auto-brightness function (if any).
ICAP_AUTOBRIGHT
| |
Brightness |
The brightness values available within the Source.
ICAP_BRIGHTNESS
| |
Contrast |
The contrast values available within the Source.
ICAP_CONTRAST
| |
Highlight |
Specifies which value in an image should be interpreted as the lightest “highlight.” All values
“lighter” than this value will be clipped to this value.
ICAP_HIGHLIGHT
| |
ImageDataSet |
Gets or sets the image indices that will be delivered during the standard image transfer.
ICAP_IMAGEDATASET
| |
Mirror |
How the Source can/should mirror the scanned image data prior to transfer.
ICAP_MIRROR
| |
Orientation |
Defines which edge of the “paper” the image’s “top” is aligned with.
ICAP_ORIENTATION
| |
Rotation |
How the Source can/should rotate the scanned image data prior to transfer.
ICAP_ROTATION
| |
Shadow |
Darkest shadow, values darker than this value will be clipped to this value.
| |
ThumbnailsEnabled |
Allows an application to request the delivery of thumbnail representations for the set of images
that are to be delivered.
CAP_THUMBNAILSENABLED
| |
XScaling |
All the X-axis scaling values available. A value of ‘1.0’ is equivalent to 100% scaling. Do not use
values less than or equal to zero.
ICAP_XSCALING
| |
YScaling |
All the Y-axis scaling values available. A value of ‘1.0’ is equivalent to 100% scaling. Do not use
values less than or equal to zero.
ICAP_YSCALING
|
See Also