PdfSpotColor.ColorSpace Property

Gets the underlying color space of this spot color.

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

Syntax

C#
public PdfColorSpace ColorSpace { get; }
VB
Public ReadOnly Property ColorSpace As PdfColorSpace
	Get

Property Value

Type: PdfColorSpace
The underlying color space of this spot color.

Remarks

The underlying color space is either a PdfSeparationColorSpace or a PdfDeviceNColorSpace.

See Also