PdfGrayColor.G Property

Gets the gray level of color in percent.

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 gray level of color in percent.

See Also