Gets or sets the highlight value to use when transferring images from the current TWAIN source.
public float Highlight {get; set;}
'Declaration
Public Property Highlight As Single
'Usage
Dim instance As TwainImageEffects
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 to use when transferring images from the current TWAIN source.
The highlight values range from 0 to 255.