PdfCmykColor.C Property

Gets the cyan component value in percent.

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

Syntax

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

Property Value

Type: Byte
The cyan component value in percent.

See Also