![]() | |
PdfResizeManager Methods |
The PdfResizeManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Closes the opened pdf documents (both initial and the newly created).
(Overrides PdfManager.Close().) |
![]() | GetDocument |
Returns the pdf document as PdfDocument object.
(Overrides PdfManager.GetDocument().) |
![]() | Load(Byte[]) |
Loads a pdf document from a byte array.
(Inherited from PdfManager.) |
![]() | Load(Stream) |
Loads a pdf document from the specified stream.
(Inherited from PdfManager.) |
![]() | Load(String) |
Loads a pdf document from an existing pdf file.
(Inherited from PdfManager.) |
![]() | Load(PdfDocument) |
Loads a pdf document from an existing PdfDocument object.
(Inherited from PdfManager.) |
![]() | Load(Byte[], String) |
Loads a password protected pdf document from a byte array.
(Inherited from PdfManager.) |
![]() | Load(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfManager.) |
![]() | Load(String, String) |
Loads a pdf document from an existing password protected pdf file.
(Inherited from PdfManager.) |
![]() | Load(PdfDocument, String) |
Loads a pdf document from an existing password protected PdfDocument object.
(Inherited from PdfManager.) |
![]() | Save() |
Saves the pdf document as byte array.
(Overrides PdfManager.Save().) |
![]() | Save(Stream) |
Saves the pdf document to the specified stream.
(Overrides PdfManager.Save(Stream).) |
![]() | Save(String) |
Saves the pdf document to the specified file.
(Overrides PdfManager.Save(String).) |