PdfMergeClientaddUrlFile Method (String, String) |
Add remote 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 addUrlFile(
string inputUrl,
string userPassword
)
Public Function addUrlFile (
inputUrl As String,
userPassword As String
) As PdfMergeClient
Parameters
- inputUrl
- Type: SystemString
Url of a remote PDF file. - userPassword
- Type: SystemString
User password for the PDF document.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also