VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_ImageCompression Property
In This Topic
    Device_ImageCompression Property
    In This Topic
    Description
    Gets or sets image compression for image acquired in Memory or File transfer mode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_ImageCompression As enumTwainImageCompression
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

    You can get supported values of page sizes by Device_GetSupportedImageCompressions method.

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