PdfMergeClientsaveAsync Method |
Merge all specified input pdfs and return the resulted PDF. An asynchronous call is used.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public byte[] saveAsync()
Public Function saveAsync As Byte()
Return Value
Type:
ByteByte array containing the resulted PDF.
See Also