Click or drag to resize

CTInterfaceOnBeforeMergeDocuments 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

EventHandlerBeforeMergeDocumentsArgs
Revision History
DateVersionDescription
-2021 SP2First Release
See Also