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

Show in webframe

Highlight Property (TwainImageEffectsProperties)






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

Property Value

The highlight value.
Example
Refer to ImageEffects example.
Requirements

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file