Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Brightness Property (TwainImageEffectsProperties)






Gets or sets brightness value.
Syntax
public float Brightness {get; set;}
'Declaration
 
Public Property Brightness As Single
'Usage
 
Dim instance As TwainImageEffectsProperties
Dim value As Single
 
instance.Brightness = value
 
value = instance.Brightness
public:
property float Brightness {
   float get();
   void set (    float value);
}

Property Value

Brightness value.
Example
Refer to ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file