Click or drag to resize

BeforeMergeDocumentsArgs Class

Event argument class for OnBeforeMergeDocuments. Allows manipulating which files to merge and in which order.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceBeforeMergeDocumentsArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class BeforeMergeDocumentsArgs : EventArgs

The BeforeMergeDocumentsArgs type exposes the following members.

Properties
 NameDescription
Public propertyConversionRule The conversion rule.
Public propertyFilesToMerge List of files about to get merged in the presented order. Use OverrideFilesToMerge(String) to override either the content or their merge order. Filenames in this array correspond to MergeTempFile provided during OnPreFileConversion.
Top
Methods
 NameDescription
Public methodOverrideFilesToMerge Override FilesToMerge. Note that merge operation will silently fail in case there are nothing to merge.
Top
Revision History
DateVersionDescription
-2021 SP2First Release
See Also