Click or drag to resize
Pdf Library for .NET

PdfManagerLoad Method (PdfDocument)

Loads a pdf document from an existing PdfDocument object.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Load(
	PdfDocument document
)

Parameters

document
Type: SelectPdfPdfDocument
The pdf document.
See Also