DisplayContrast specifies a dynamic contrast to apply.

It doesn’t changes the image but only how it is displayed. Allowed values are 0 to 100.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int DisplayContrast { get; set; }
Public Property DisplayContrast As Integer
	Get
	Set
public:
property int DisplayContrast {
	int get ();
	void set (int value);
}

See Also