Gets the default color for this color space.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public virtual PdfColor DefaultColor { get; }
VB
Public Overridable ReadOnly Property DefaultColor As PdfColor
Get
Property Value
Type:
PdfColorThe default color for this color space.
See Also