VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_ImageBrightnessMinValue Property
In This Topic
    Device_ImageBrightnessMinValue Property
    In This Topic
    Description
    Gets minimum value of brightness.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_ImageBrightnessMinValue As Single
    Return Type
    Minimum value of brightness.
    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