PdfKnownColorSpace
BaseColorSpace Property
|
Gets or sets the base colorspace.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfColorSpaces
The color space in which the values in the color table are to be interpreted.
See Also