Add(Stream) |
Adds document stream to comparison. |
Add(string) |
Adds file to comparison. |
Add(Stream, LoadOptions) |
Adds document stream to comparison with loading options specified. |
Add(string, CompareOptions) |
Adds folder to comparison. |
Add(string, LoadOptions) |
Adds file to comparison with loading options specified. |
ApplyChanges(Stream, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document. |
ApplyChanges(string, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document. |
ApplyChanges(Stream, SaveOptions, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document. |
ApplyChanges(string, SaveOptions, ApplyChangeOptions) |
Accepts or rejects changes and applies them to resultant document. |
Compare() |
Compares documents without saving result with default options |
Compare(CompareOptions) |
Compares documents without saving result. |
Compare(Stream) |
Compares documents and saves result to file stream |
Compare(string) |
Compares documents and saves result to file path |
Compare(SaveOptions, CompareOptions) |
Compares documents without saving result. |
Compare(Stream, CompareOptions) |
Compares documents and saves result to file stream |
Compare(Stream, SaveOptions) |
Compares documents and save result to file stream |
Compare(string, CompareOptions) |
Compares documents and saves result to file path |
Compare(string, SaveOptions) |
Compares documents and save result to file path |
Compare(Stream, SaveOptions, CompareOptions) |
Compares documents and saves result to a stream. |
Compare(string, SaveOptions, CompareOptions) |
Compares documents and saves result to file path |
CompareDirectory(string, CompareOptions) |
Compares directory and saves result to file path |
Dispose() |
Releases resources. |
GetChanges() |
Gets list of changes between source and target file(s). |
GetChanges(GetChangeOptions) |
Gets list of changes between source and target file(s). |
GetResultDocumentStream() |
Gets the stream of result document, returns null if stream does not exist |
GetResultString() |
Get result string after comparison (For Text Comparison only). |