'Declaration
Public Function TwainGetAvailableImageFileFormatNo( _ ByVal Number As Integer _ ) As TwainImageFileFormats
public TwainImageFileFormats TwainGetAvailableImageFileFormatNo( int Number )
public function TwainGetAvailableImageFileFormatNo( Number: Integer ): TwainImageFileFormats;
public function TwainGetAvailableImageFileFormatNo( Number : int ) : TwainImageFileFormats;
public: TwainImageFileFormats TwainGetAvailableImageFileFormatNo( int Number )
public: TwainImageFileFormats TwainGetAvailableImageFileFormatNo( int Number )
Parameters
- Number
- Index of the available file format value. Must be a value between 1 and TwainGetAvailableImageFileFormatCount() returned value.
Return Value
If fail, returns -1 else if success, The selected file format value. A member of the
TwainImageFileFormats enumeration.