Creates a PDF document with the specified color space. This property can be used to create
PDF documents in RGB, Grayscale or CMYK color spaces. By default the document uses the RGB color space.

C# | Visual Basic | Visual C++ |
public Document( ColorSpace colorSpace )
Public Sub New ( colorSpace As ColorSpace )
public: Document( ColorSpace colorSpace )

- colorSpace (ColorSpace)
- The color space of the document.
Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)