API Reference
Class
WordDocumentComparer
Provides simple comparison between two Word documents.
Inheritance
- Object
- WordDocumentComparer
Methods
public static WordDocument Compare(String sourcePath, String targetPath) #Returns:
WordDocumentCompares two documents and produces a new document with revision marks.
Parameters
- sourcePath System.String
- Path to the original document.
- targetPath System.String
- Path to the modified document.
Returns
Document containing revision marks highlighting differences.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object