'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.