VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_FileJpegQuality Property
In This Topic
    Device_FileJpegQuality Property
    In This Topic
    Description
    Gets or sets the JPEG quality for image acquired in Memory or File transfer mode.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_FileJpegQuality As Integer
    Return Type
    Allowed values:
    • -4 - Unknown
    • -3 - Low
    • -2 - Medium
    • -1 - High
    • From 0 to 100
    Remarks

    Call this property after Device_Open method and only if File transfer mode is used (Device_TransferMode == enumTransferMode.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