PdfReader Constructor

Overload List

Name Description
Public method PdfReader(Stream)

Initializes a new instance of the PdfReader class from the specified data stream.

Public method PdfReader(String)

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

Public method PdfReader(Stream, Single, Single)

Initializes a new instance of the PdfReader class using the specified Stream and resolution.

Public method PdfReader(String, Single, Single)

Initializes a new instance of the PdfReader class using the specified file name and resolution.

See Also

Reference