Click or drag to resize
Pdf Library for .NET

PdfManagerLoad(String) Method

Loads a pdf document from an existing pdf file.

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public void Load(
	string fileName
)

Parameters

fileName  String
The full path to the existing pdf document file.
See Also