VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_FileFormat Property
In This Topic
    Device_FileFormat Property
    In This Topic
    Description
    Gets or sets file format for image acquired in File transfer mode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_FileFormat As enumTwainImageFileFormat
    Return Type
    File format in which acquired image must be saved to a disk.

    Default value is enumTwainImageDevice_FileFormat.Bmp
    Remarks

    Call this property after Device_Open method and only if File transfer mode is used (Device_TransferMode == enumDevice_TransferMode.File).

    Information about error that occurs during getting/setting property value can be get using the Error and ErrorString properties.

    Example
    Please see example here.
    See Also