GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetAvailableImageIntentNo Method
Index of the supported image intent. Must be a value between 1 and WiaGetAvailableImageIntentCount() returned value.





In This Topic
WiaGetAvailableImageIntentNo Method (GdPictureImaging)
In This Topic
Returns a supported image intent which can be used by the opened source in its current configuration.
Syntax
'Declaration
 
Public Function WiaGetAvailableImageIntentNo( _
   ByVal IntentNo As Integer _
) As WiaImageIntent
 

Parameters

IntentNo
Index of the supported image intent. Must be a value between 1 and WiaGetAvailableImageIntentCount() returned value.

Return Value

A member of the WiaImageIntent enumeration.
See Also