Gets or sets the application's intended use of the image.
The application's intended use of the image. The device uses this value to change its settings. The settings change depending upon how the image will be used. Possible values are (according to Microsoft SDK documentation):
Default value. No intent is specified. | |
The application intends to prepare the device for a color scan. | |
The application intends to prepare the device for a grayscale scan. | |
The application intends to prepare the device for scanning text. | |
Mask for all of the image-type flags. | |
The application intends to prepare the device for scanning an image that result's in a small scan. | |
The application intends to prepare the device for scanning a high-quality image. | |
This flag is a mask for all of the size/quality flags. | |
The application intends to prepare the device for scanning a preview. |
For more information about these image types, please refer to the WIA_IPS_CUR_INTENT property ID in Microsoft Windows SDK Documentation.