Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor (PdfStandard)

Creates an empty pdf document object.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfDocument(
	PdfStandard pdfStandard
)

Parameters

pdfStandard
Type: SelectPdfPdfStandard
Defines the pdf standard used by the generated pdf document. The default value is Full and in this case the full set of pdf features can be used in the generated document. This parameter can be used to generate PDF/A, PDF/X or PDF/SiqQ compliant documents.
Remarks
New pdf pages can be added to the document and new pdf elements can be added to these new document pages.
See Also