Gets or sets Gray channel value.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Gray { get; set; }
Public Property Gray As Single
	Get
	Set
public:
property float Gray {
	float get ();
	void set (float value);
}
member Gray : float32 with get, set

Property Value

Single
The gray.

See Also