Link Search Menu Expand Document

DocumentLoad Method (String, String)

Loads document from specified file.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Load(
	string fileName,
	string password
)

Parameters

fileName
Type: SystemString
Name of file to load.
password
Type: SystemString
The user or owner password that unlocks the existing PDF file data.
See Also

Reference