Click or drag to resize
Pdf Library for .NET

PdfTool Methods

The PdfTool type exposes the following members.

Methods
  NameDescription
Public methodGetInfo
Gets the information of the loaded PDF document.
Public methodGetPageCount
Gets the number of pages in the loaded PDF document.
Public methodLoad(Byte)
Loads a pdf document from a byte array.
Public methodLoad(Stream)
Loads a pdf document from the specified stream.
Public methodLoad(String)
Loads an existing pdf file.
Public methodLoad(Byte, String)
Loads a password protected pdf document from a byte array.
Public methodLoad(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
Public methodLoad(String, String)
Loads an existing password protected pdf file.
Top
See Also