Click or drag to resize

PdfDocumentEditorAppend Method

Overload List
  NameDescription
Public methodAppend(Byte)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(Int32)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(Stream)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(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).
Public methodAppend(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).
Top
See Also