Table of Contents

Property ColorSpace

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ColorSpace

Gets the underlying color space of this spot color.

public PdfColorSpace ColorSpace { get; }

Property Value

PdfColorSpace

The underlying color space of this spot color.

Remarks

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