Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Contrast Property (HalfTonePatternCommand)








Gets or sets a value that represents the amount of halftone pattern contrast. Increasing this value increases the pattern brightness, making it more visible.
Syntax
public int Contrast {get; set;}
'Declaration
 
Public Property Contrast As Integer
'Usage
 
Dim instance As HalfTonePatternCommand
Dim value As Integer
 
instance.Contrast = value
 
value = instance.Contrast
public int Contrast {get; set;}
 <br/>get_Contrast();<br/>set_Contrast(value);<br/>Object.defineProperty('Contrast'); 
public:
property int Contrast {
   int get();
   void set (    int value);
}

Property Value

Value that represents the halftone pattern contrast.
Example
Refer to HalfTonePatternCommand example.
Requirements

Target Platforms

See Also

Reference

HalfTonePatternCommand Class
HalfTonePatternCommand Members

Error processing SSI file