Link Search Menu Expand Document

Document Constructor (String, String)

Creates a new PDF document and loads data from specified existing PDF file.

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

Parameters

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

Reference