Click or drag to resize

PdfDocumentBase ColorSpace Property

Gets or sets the color space of the document.

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

Property Value

Type: PdfColorSpace
Theof the document.
Remarks
This property has impact on the new created pages only. If a page was created it remains its colour space obliviously to this property changes.
See Also