Click or drag to resize
Document Constructor (PdfStandardSubset)
Creates a PDF document based on the specified PDF standard. By default the Full PDF stadard is used. This property can be used to create PDF/A, PDF/X or PDF/SiqQ compliant documents.

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public Document(
	PdfStandardSubset pdfSubset
)

Parameters

pdfSubset
Type: ExpertPdf.PdfCreatorPdfStandardSubset
The PDF standard used to create the PDF document.
See Also