Gets or sets the base colorspace.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfColorSpaces BaseColorSpace { get; set; }
Public Property BaseColorSpace As PdfColorSpaces
	Get
	Set
public:
property PdfColorSpaces^ BaseColorSpace {
	PdfColorSpaces^ get ();
	void set (PdfColorSpaces^ value);
}
member BaseColorSpace : PdfColorSpaces with get, set

Property Value

PdfColorSpaces
The color space in which the values in the color table are to be interpreted.

See Also