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; }
Public Overridable Property ColorSpace As PdfColorSpace
Get
Set
public:
virtual property PdfColorSpace ColorSpace {
PdfColorSpace get ();
void set (PdfColorSpace value);
}
abstract ColorSpace : PdfColorSpace with get, set
override ColorSpace : PdfColorSpace with 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