Click or drag to resize

PdfMergeClientaddFile Method (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
)

Parameters

inputPdf
Type: SystemString
Path to a local PDF file.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also