MergeDocs Method

Top  Previous  Next

The MergeDocs method is used to merge a list of PDF documents into a current document.

 

 

 

Syntax

 

 

[VC++]

void MergeDocs(const VARIANT& DocList)

 

[CS]

public abstract new void MergeDocs ( Object DocList )

 

[VB]

Sub MergeDocs(DocList)

 

 

Parameters

 

 

DocList

[in] Specifies list of filenames of the PDF documents to be merged. It is a VARIANT that contains a list of BSTRs (each BSTR being absolute pathname of the file to be merged).

 

 

 

 

 

 

See Tutorial-MergeOptions