PdfReader Constructor (String)

Initializes a new instance of the PdfReader class from the specified file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PdfReader(
	string fileName
)

Parameters

fileName

Type: System.String

The file name and path.

See Also

Reference