TextDiffOptions Methods |
The TextDiffOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddIgnoreZonesForPage |
Adds a collection of ignorable regions for the given page
Optional list of page areas that will be not be processed
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetColorA |
Gets the value ColorA from the options object
The difference color for deletions
| |
| GetColorB |
Gets the value ColorB from the options object
The difference color for insertions
| |
| GetCompareUsingZOrder |
Gets the value CompareUsingZOrder from the options object
Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
| |
| GetDict | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInternalObj | ||
| GetOpacityA |
Gets the value OpacityA from the options object
The difference opacity for deletions
| |
| GetOpacityB |
Gets the value OpacityB from the options object
The difference opacity for insertions
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetColorA |
Sets the value for ColorA in the options object
The difference color for deletions
| |
| SetColorB |
Sets the value for ColorB in the options object
The difference color for insertions
| |
| SetCompareUsingZOrder |
Sets the value for CompareUsingZOrder in the options object
Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
| |
| SetOpacityA |
Sets the value for OpacityA in the options object
The difference opacity for deletions
| |
| SetOpacityB |
Sets the value for OpacityB in the options object
The difference opacity for insertions
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |