VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_ImageContrastMaxValue Property
In This Topic
    Device_ImageContrastMaxValue Property
    In This Topic
    Description
    Gets maximum value of contrast.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_ImageContrastMaxValue As Single
    Return Type
    Maximum value of contrast.
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

    This property has effect only if you do not use User Interface (Device_ShowUI=False).

    Information about error that occurs during getting property value can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also