Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor

Creates an empty pdf document object.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfDocument()
Remarks
New pdf pages can be added to the document and new pdf elements can be added to these new document pages.
See Also