PdfCmykColor.Y Property

Gets the yellow component value in percent.

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

Syntax

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

Property Value

Type: Byte
The yellow component value in percent.

See Also