PdfColorProfile.ColorSpace Property

Gets the underlying color space of this color profile.

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 color profile.

See Also