Visual Basic (Declaration) | |
---|---|
Public Property Brightness As Single |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainImageEffects Dim value As Single instance.Brightness = value value = instance.Brightness |
C# | |
---|---|
public float Brightness {get; set;} |
Property Value
The brightness value to use when transferring images from the current TWAIN source.The brightness values range from –1000 to 1000.
For an example, refer to Leadtools.Twain.TwainSession.ImageEffects.
This property internally gets or sets the brightness capability ICAP_BRIGHTNESS. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
To get or set the brightness value call the Leadtools.Twain.TwainSession.ImageEffects property.
To get or set the brightness value call the Leadtools.Twain.TwainSession.ImageEffects property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7