Document(PdfStandardSubset, ColorSpace) Constructor |
Creates a PDF document based on the specified PDF standard and using the specified color space.
By default the Full PDF stadard is used. This property can be used to create PDF/A, PDF/X or PDF/SiqQ
compliant documents using the specified color space. Plese note that the PDF/X standard will force the
CMYK color space even if a different color space was specified.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic Document(
PdfStandardSubset pdfSubset,
ColorSpace colorSpace
)
Public Sub New (
pdfSubset As PdfStandardSubset,
colorSpace As ColorSpace
)
Parameters
- pdfSubset PdfStandardSubset
- The PDF standard used to create the PDF document.
- colorSpace ColorSpace
- The color space of the document.
See Also