PdfRgbColor.G Property

Gets the green component value.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public byte G { get; }
VB
Public ReadOnly Property G As Byte
	Get

Property Value

Type: Byte
The green component value.

See Also