VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_ChangeBrightness Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).

Brightness value. Possible values: from -100 to 0 - decrease brightness, 0 - no effect, from 0 to 100 - increase brightness.

In This Topic
    AcquiredImages_ChangeBrightness Method
    In This Topic
    Description
    Changes the brightness of the image.
    Syntax
    Visual Basic
    Public Function AcquiredImages_ChangeBrightness( _
       ByVal index As Long, _
       ByVal brightness As Long _
    ) As Boolean
    Parameters
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    brightness

    Brightness value. Possible values: from -100 to 0 - decrease brightness, 0 - no effect, from 0 to 100 - increase brightness.

    Return Type
    TRUE (1) if image is processed successfully, FALSE (0) otherwise.
    Remarks
    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also