Click or drag to resize
BeforeMergeDocumentsArgsFilesToMerge 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)
Syntax
public string[] FilesToMerge { get; }

Property Value

Type: String
See Also