PdfColor.ColorProfile Property

Gets the ICC color profile associated with this PdfColor.

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

Syntax

C#
public PdfColorProfile ColorProfile { get; }
VB
Public ReadOnly Property ColorProfile As PdfColorProfile
	Get

Property Value

Type: PdfColorProfile
The ICC color profile associated with this PdfColor.

See Also