Gets or sets the color space for page that will be created.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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

See Also