MergeOptions

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET]

 

The MergeOptions property allows user to specify the inclusion of  Bookmarks and FormFields while merging documents. The option to rename fields with same name can be chosen.

 

 

Note: This property must be used before the call to MergeDocs, InsertPagesFrom, AppendPagesFrom procedures.

 

 

Syntax

 

[VC++]

CgtMergeOptionsX GetMergeOptions();

void SetMergeOptions(LPDISPATCH newValue);

 

[CS]

public abstract new gtMergeOptionsX MergeOptions [  get,  set ]

 

[VB]

Property MergeOptions As gtMergeOptionsX

 

See Tutorial-MergeOptions