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 WiaImageType ImageType {get; set;}
get_ImageType();
set_ImageType(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2