PdfDocumentEditorAppend Method |
Name | Description | |
---|---|---|
Append(Byte) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
Append(Int32) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
Append(Stream) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
Append(PdfLiteSession) |
Appends a Lite Document in storage to this Document and saves the resulting document to storage (along with any other changes made by the PdfDocumentEditor).
| |
Append(Int32, PdfPageSize) |
Appends 1 or more blank pages to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
|