Click or drag to resize

BeforeMergeDocumentsArgs.FilesToMerge Property

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.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public string[] FilesToMerge { get; }

Property Value

String[]
See Also