Gets the green.

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 Green { get; }
Public ReadOnly Property Green As Single
	Get
public:
property float Green {
	float get ();
}
member Green : float32 with get

Property Value

Single
The green.

See Also