PdfMergeClientaddFile Method (String, String) |
Add local PDF document to the list of input files.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfMergeClient addFile(
string inputPdf,
string userPassword
)
Public Function addFile (
inputPdf As String,
userPassword As String
) As PdfMergeClient
Parameters
- inputPdf
- Type: SystemString
Path to a local PDF file. - userPassword
- Type: SystemString
User password for the PDF document.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also