PdfColorProfile.Description Property

Gets the description of this color profile.

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

Syntax

C#
public string Description { get; }
VB
Public ReadOnly Property Description As String
	Get

Property Value

Type: String
The description of this color profile.

See Also