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

Show in webframe

Contrast Property (TwainImageEffectsProperties)






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

Property Value

Contrast value.
Example
Refer to ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file