ComparerAdd Method (String, LoadOptions)
Adds file to comparison with loading options specified.

Namespace: GroupDocs.Comparison
Assembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.11.1.0 (22.11.1)
Syntax
public void Add(
	string filePath,
	LoadOptions loadOptions
)

Parameters

filePath
Type: SystemString
Compared file path
loadOptions
Type: GroupDocs.Comparison.OptionsLoadOptions
Load options
Remarks
Learn more
See Also