Link Search Menu Expand Document

Document Constructor (String)

Creates a new PDF document initialized with the data from the 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
)

Parameters

fileName
Type: SystemString
The name of the existing PDF file.
See Also

Reference