In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetImageIntent Method

WiaGetImageIntent Method (GdPictureImaging)

In This Topic
Returns the current image intent setting for the selected device. The driver chooses the bit depth, in dots per inch, and other settings that it determines are appropriate for the selected intent.
Syntax
'Declaration
 
Public Function WiaGetImageIntent() As WiaImageIntent
public WiaImageIntent WiaGetImageIntent()
public function WiaGetImageIntent(): WiaImageIntent; 
public function WiaGetImageIntent() : WiaImageIntent;
public: WiaImageIntent WiaGetImageIntent(); 
public:
WiaImageIntent WiaGetImageIntent(); 

Return Value

A member of the WiaImageIntent enumeration.
See Also