VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclAcquiredImage Class / ChangeContrast(Int32) Method
Syntax Example Requirements SeeAlso
In This Topic
ChangeContrast(Int32) Method (EsclAcquiredImage)
In This Topic
Changes the contrast of the image.
Syntax
'Declaration

Public Sub ChangeContrast( _
ByVal contrast
Contrast value. Possible values: from -100 to 0 - decrease contrast, 0 - no effect, from 0 to 100 - increase contrast.
As Integer _
)
public void ChangeContrast(
int contrast
)

Parameters

contrast
Contrast value. Possible values: from -100 to 0 - decrease contrast, 0 - no effect, from 0 to 100 - increase contrast.
Example

Please see example here: EsclAcquiredImage.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also