TwainGetAvailableImageFileFormatCount Method (GdPictureImaging)
Returns the number of available file format values which can be used by the opened source in its
current configuration for file transfer mode.
public int TwainGetAvailableImageFileFormatCount()
public function TwainGetAvailableImageFileFormatCount(): Integer;
public function TwainGetAvailableImageFileFormatCount() : int;
public: int TwainGetAvailableImageFileFormatCount();
public:
int TwainGetAvailableImageFileFormatCount();
'Declaration
Public Function TwainGetAvailableImageFileFormatCount() As Integer
Return Value
If Success, non zero: The number of available file format values. Else 0 if fail. Use
TwainGetLastResultCode() and TwainGetLastConditionCode() methods for diagnosing the error.