ExpertPdf PDF Creator Library
Document Constructor (pdfSubset)
NamespacesExpertPdf.PdfCreatorDocumentDocument(PdfStandardSubset)
ExpertPdf PDF Creator Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public Document(
	PdfStandardSubset pdfSubset
)
Public Sub New ( 
	pdfSubset As PdfStandardSubset
)
public:
Document(
	PdfStandardSubset pdfSubset
)
Parameters
pdfSubset (PdfStandardSubset)
The PDF standard used to create the PDF document.

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