|
PdfMergeManager Constructor (PdfStandard) |
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax public PdfMergeManager(
PdfStandard pdfStandard
)
Public Sub New (
pdfStandard As 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