In This Topic
GdPicture14 Namespace / WiaImageIntent Enumeration

WiaImageIntent Enumeration

In This Topic
Specifies the image intent setting for the WIA device.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum WiaImageIntent 
   Inherits System.Enum
[ComVisible(true)]
public enum WiaImageIntent : System.Enum 
public enum WiaImageIntent = class(System.Enum)
ComVisibleAttribute()
public enum WiaImageIntent extends System.Enum
[ComVisible(true)]
__value public enum WiaImageIntent : public System.Enum 
[ComVisible(true)]
public enum class WiaImageIntent : public System.Enum 
Members
MemberValueDescription
WiaImageIntentBestPreview262144This flag is a mask for all of the size/quality flags.
WiaImageIntentColor1The application intends to prepare the device for a color scan.
WiaImageIntentGrayscale2The application intends to prepare the device for a grayscale scan.
WiaImageIntentMask15Mask for all of the image-type flags.
WiaImageIntentMaximizeQuality131072The application intends to prepare the device for scanning a high-quality image.
WiaImageIntentMinimizeSize65536The application intends to prepare the device for scanning an image that result's in a small scan.
WiaImageIntentNone0Default value. No intent is specified.
WiaImageIntentSizeMask983040The application intends to prepare the device for scanning a preview.
WiaImageIntentText4The application intends to prepare the device for scanning text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WiaImageIntent

See Also