Click or drag to resize
Pdf Library for .NET

PdfResizeManager Methods

The PdfResizeManager type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the opened pdf documents (both initial and the newly created).
(Overrides PdfManagerClose.)
Public methodGetDocument
Returns the pdf document as PdfDocument object.
(Overrides PdfManagerGetDocument.)
Public methodLoad(Byte)
Loads a pdf document from a byte array.
(Inherited from PdfManager.)
Public methodLoad(Stream)
Loads a pdf document from the specified stream.
(Inherited from PdfManager.)
Public methodLoad(String)
Loads a pdf document from an existing pdf file.
(Inherited from PdfManager.)
Public methodLoad(PdfDocument)
Loads a pdf document from an existing PdfDocument object.
(Inherited from PdfManager.)
Public methodLoad(Byte, String)
Loads a password protected pdf document from a byte array.
(Inherited from PdfManager.)
Public methodLoad(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfManager.)
Public methodLoad(String, String)
Loads a pdf document from an existing password protected pdf file.
(Inherited from PdfManager.)
Public methodLoad(PdfDocument, String)
Loads a pdf document from an existing password protected PdfDocument object.
(Inherited from PdfManager.)
Public methodSave
Saves the pdf document as byte array.
(Overrides PdfManagerSave.)
Public methodSave(Stream)
Saves the pdf document to the specified stream.
(Overrides PdfManagerSave(Stream).)
Public methodSave(String)
Saves the pdf document to the specified file.
(Overrides PdfManagerSave(String).)
Top
See Also