Click or drag to resize
Pdf Library for .NET

PdfDocument(String) Constructor

Loads a pdf document from an existing pdf file.

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

Parameters

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