Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor

Creates an empty pdf document object.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.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