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
See Also