|
PdfDocument(PdfStandard) Constructor
|
Creates an empty pdf document object.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfDocument(
PdfStandard pdfStandard
)
Public Sub New (
pdfStandard As PdfStandard
)
Parameters
- pdfStandard PdfStandard
- 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.
RemarksNew pdf pages can be added to the document and new pdf elements can be added to these new document pages.
See Also