VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_GetSupportedImageFileFormats Method
In This Topic
    Device_GetSupportedImageFileFormats Method
    In This Topic
    Description
    Returns an array of supported file formats for images acquired in File transfer mode.
    Syntax
    Visual Basic
    Public Function Device_GetSupportedImageFileFormats() As Variant
    Return Type
    An array of image file formats supported by device in File transfer mode.
    Remarks
    Call this method only when device is opened (Device_State == enumDevice_State.DeviceOpened).

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also