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