|
PdfDocumentAppend Method |
Appends all pages from another pdf document to the current pdf document.
Namespace:
SelectPdf
Assembly:
Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntax public void Append(
PdfDocument doc
)
Public Sub Append (
doc As PdfDocument
)
Parameters
- doc
- Type: SelectPdfPdfDocument
The document to be appended.
Remarks
A custom range of pages from another document can be appended to the current document calling the
Add(PdfPage) method on the
Pages collection for each page to be appended.
Important |
---|
|
The appended document must remain opened until the current document is saved.
See Also