Click or drag to resize
Pdf Library for .NET

PdfManager Methods

The PdfManager type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the opened pdf document.
Public methodGetDocument
Returns the pdf document as PdfDocument object.
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 a pdf document from an existing pdf file.
Public methodLoad(PdfDocument)
Loads a pdf document from an existing PdfDocument object.
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 a pdf document from an existing password protected pdf file.
Public methodLoad(PdfDocument, String)
Loads a pdf document from an existing password protected PdfDocument object.
Public methodSave
Saves the pdf document as byte array.
Public methodSave(Stream)
Saves the pdf document to the specified stream.
Public methodSave(String)
Saves the pdf document to the specified file.
Top
See Also