The image intent to set.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetImageIntent Method

WiaSetImageIntent Method (GdPictureImaging)

In This Topic
\Sets 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 WiaSetImageIntent( _
   ByVal Intent As WiaImageIntent _
) As Boolean
public bool WiaSetImageIntent( 
   WiaImageIntent Intent
)
public function WiaSetImageIntent( 
    Intent: WiaImageIntent
): Boolean; 
public function WiaSetImageIntent( 
   Intent : WiaImageIntent
) : boolean;
public: bool WiaSetImageIntent( 
   WiaImageIntent Intent
) 
public:
bool WiaSetImageIntent( 
   WiaImageIntent Intent
) 

Parameters

Intent
The image intent to set.

Return Value

True if success, False otherwise. Use WiaGetLastError() methods for diagnosing the error.
See Also