Gets or sets the application’s intended use of the image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ImageType As WiaImageType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WiaProperties
Dim value As WiaImageType
instance.ImageType = value
value = instance.ImageType
|
Return Value
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):
For more information about these image types, please refer to the WIA_IPS_CUR_INTENT property ID in Microsoft Windows SDK Documentation.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also