PdfManager Class |
Namespace: SelectPdf
The PdfManager type exposes the following members.
Name | Description | |
---|---|---|
PdfManager |
This class should be instantiated from the child classes: PdfSecurityManager, PdfFormManager,
PdfPortfolioManager, PdfResizeManager, etc.
|
Name | Description | |
---|---|---|
Close |
Closes the opened pdf document.
| |
GetDocument |
Returns the pdf document as PdfDocument object.
| |
Load(Byte) |
Loads a pdf document from a byte array.
| |
Load(Stream) |
Loads a pdf document from the specified stream.
| |
Load(String) |
Loads a pdf document from an existing pdf file.
| |
Load(PdfDocument) |
Loads a pdf document from an existing PdfDocument object.
| |
Load(Byte, String) |
Loads a password protected pdf document from a byte array.
| |
Load(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
| |
Load(String, String) |
Loads a pdf document from an existing password protected pdf file.
| |
Load(PdfDocument, String) |
Loads a pdf document from an existing password protected PdfDocument object.
| |
Save |
Saves the pdf document as byte array.
| |
Save(Stream) |
Saves the pdf document to the specified stream.
| |
Save(String) |
Saves the pdf document to the specified file.
|