| 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
Syntaxpublic PdfMergeClient addFile(
	string inputPdf
)
Public Function addFile ( 
	inputPdf As String
) As PdfMergeClient
Parameters
- inputPdf
- Type: SystemString
 Path to a local PDF file.
Return Value
Type: 
PdfMergeClientReference to the current object.
 See Also
See Also