|
PdfMergeManagerAppend Method (PdfDocument, String) |
Append PDF document from an existing
PdfDocument object.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntax public void Append(
PdfDocument document,
string password
)
Public Sub Append (
document As PdfDocument,
password As String
)
Parameters
- document
- Type: SelectPdfPdfDocument
The pdf document. - password
- Type: SystemString
The password to open the specified pdf document.
See Also