Gets or sets image contrast. Value must be in the range [-1..1].

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float Contrast { get; set; }
Visual Basic
Public Property Contrast As Single
	Get
	Set
Visual C++
public:
property float Contrast {
	float get ();
	void set (float value);
}

See Also