| AddImage(Stream, int, float, float, float, float) | Adds image to the specified page of PDF document at specified coordinates. |
| AddImage(Stream, int[], float, float, float, float) | Adds image to the specified pages of PDF document at specified coordinates. |
| AddImage(string, int, float, float, float, float) | Adds image to the specified page of PDF document at specified coordinates. |
| AddImage(string, int[], float, float, float, float) | Adds image to the specified pages of PDF document at specified coordinates. |
| AddImage(Stream, int, float, float, float, float, CompositingParameters) | Adds image to the specified page of PDF document at specified coordinates. |
| AddImage(Stream, int[], float, float, float, float, CompositingParameters) | Adds image to the specified pages of PDF document at specified coordinates. |
| AddImage(string, int, float, float, float, float, CompositingParameters) | Adds image to the specified page of PDF document at specified coordinates. |
| AddImage(string, int[], float, float, float, float, CompositingParameters) | Adds image to the specified pages of PDF document at specified coordinates. |
| AddText(FormattedText, int, float, float) | Not implemented. |
| AddText(FormattedText, int, float, float, float, float) | Not implemented. |
| AddText(FormattedText, int[], float, float, float, float) | Not implemented. |
| virtual BindPdf(Document) | Initializes the facade. |
| virtual BindPdf(Stream) | Initializes the facade. |
| virtual BindPdf(string) | Initializes the facade. |
| override Close() | Closes PdfFileMend object. |
| Dispose() | Disposes the facade. |
| override Save(Stream) | Saves the PDF document to the specified stream. |
| override Save(string) | Saves the PDF document to the specified file. |