'Declaration
Public Function TwainSetImageFileFormat( _ ByVal ImageFileFormat As TwainImageFileFormats _ ) As Boolean
public bool TwainSetImageFileFormat( TwainImageFileFormats ImageFileFormat )
public function TwainSetImageFileFormat( ImageFileFormat: TwainImageFileFormats ): Boolean;
public function TwainSetImageFileFormat( ImageFileFormat : TwainImageFileFormats ) : boolean;
public: bool TwainSetImageFileFormat( TwainImageFileFormats ImageFileFormat )
public: bool TwainSetImageFileFormat( TwainImageFileFormats ImageFileFormat )
Parameters
- ImageFileFormat
- Image file format. A member of the TwainImageFileFormats enumeration.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.