PdfManager Class | |
Namespace: SelectPdf.Extras
The PdfManager type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfManager | 
            This class should be instantiated from the child classes: PdfFormManager, 
            PdfCompressor, etc. 
              | 
| Name | Description | |
|---|---|---|
| DocumentInformation | 
            PDF document information. Most of this property info is populated after Load. Some info is populated after Save.
              | 
| Name | Description | |
|---|---|---|
| Close | 
            Closes the opened pdf document.
              | |
| 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(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.
              | |
| 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.
              |