Click or drag to resize

CTInterface.OnBeforeMergeDocuments Event

Invoked just before a merge operation combines collected documents. Allows manipulating which files to merge and in which order.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<BeforeMergeDocumentsArgs> OnBeforeMergeDocuments

Value

EventHandler<BeforeMergeDocumentsArgs>
Revision History
DateVersionDescription
-2021 SP2First Release
See Also