Click or drag to resize

PdfCanvas ColorSpace Property

Gets or sets the current color space.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfColorSpace ColorSpace { get; set; }

Property Value

Type: PdfColorSpace
Remarks
The value change of this property has impact on the objects which will be drawn after the change.
See Also