PdfMergeClientsaveToFileAsync Method |
Merge all specified input pdfs and writes the resulted PDF to a local file. An asynchronous call is used.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public void saveToFileAsync(
string filePath
)
Public Sub saveToFileAsync (
filePath As String
)
Parameters
- filePath
- Type: SystemString
Local output file including path if necessary.
See Also