Leadtools.Wia Namespace > WiaProperties Structure : ImageType Property |
public WiaImageType ImageType {get; set;}
'Declaration Public Property ImageType As WiaImageType
'Usage Dim instance As WiaProperties Dim value As WiaImageType instance.ImageType = value value = instance.ImageType
public: property WiaImageType ImageType { WiaImageType get(); void set ( WiaImageType value); }
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.