Gets or sets the current color space.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfColorSpace ColorSpace { get; set; }
Public Property ColorSpace As PdfColorSpace Get Set
public: property PdfColorSpace ColorSpace { PdfColorSpace get (); void set (PdfColorSpace value); }
member ColorSpace : PdfColorSpace with get, set
Property Value
PdfColorSpace
Remarks
The value change of this property has impact on the objects
which will be drawn after the change.