PdfColorSpace.DefaultColor Property

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: PdfColor
The default color for this color space.

See Also