 |
PdfMergeManagerAppend(String, String) Method |
Append PDF document.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Append(
string fileName,
string password
)
Public Sub Append (
fileName As String,
password As String
)
Parameters
- fileName String
- The full path to the existing pdf document file.
- password String
- The password to open the specified pdf document.
See Also