Click or drag to resize
Pdf Library for .NET

PdfMergeManager Constructor (PdfStandard)

Instantiates the PdfMergeManager object.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax
public PdfMergeManager(
	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.
See Also