Gets or sets the value of the Green component of this PDF color.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public byte Green { get; set; }
Visual Basic
Public Property Green As Byte
	Get
	Set
Visual C++
public:
property unsigned char Green {
	unsigned char get ();
	void set (unsigned char value);
}

Property Value

Type: Byte

See Also