ExpertPdf PDF Creator Library
Document Constructor (colorSpace)
NamespacesExpertPdf.PdfCreatorDocumentDocument(ColorSpace)
ExpertPdf PDF Creator Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public Document(
	ColorSpace colorSpace
)
Public Sub New ( 
	colorSpace As ColorSpace
)
public:
Document(
	ColorSpace colorSpace
)
Parameters
colorSpace (ColorSpace)
The color space of the document.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)