Pdf | |
The PdfMergeManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Append(Byte) | Append PDF document from a byte array. | |
| Append(PdfDocument) | Append PDF document from an existing PdfDocument object. | |
| Append(Stream) | Append PDF document from the specified stream. | |
| Append(String) | Append PDF document. | |
| Append(Byte, String) | Append PDF document from a byte array. | |
| Append(PdfDocument, String) | Append PDF document from an existing PdfDocument object. | |
| Append(Stream, String) | Append PDF document from the specified stream. | |
| Append(String, String) | Append PDF document. | |
| Close |
Closes the opened pdf documents (both initial and the newly created).
(Overrides PdfManagerClose) | |
| GetDocument |
Returns the pdf document as PdfDocument object.
(Overrides PdfManagerGetDocument) | |
| Load(Byte) |
Loads a pdf document from a byte array.
(Inherited from PdfManager) | |
| Load(PdfDocument) |
Loads a pdf document from an existing PdfDocument object.
(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(Byte, String) |
Loads a password protected pdf document from a byte array.
(Inherited from PdfManager) | |
| Load(PdfDocument, String) |
Loads a pdf document from an existing password protected PdfDocument object.
(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) | |
| Save |
Saves the pdf document as byte array.
(Overrides PdfManagerSave) | |
| Save(Stream) |
Saves the pdf document to the specified stream.
(Overrides PdfManagerSave(Stream)) | |
| Save(String) |
Saves the pdf document to the specified file.
(Overrides PdfManagerSave(String)) |