The following tables list the members exposed by CompareView.
Public Constructors
Name | Description | |
---|---|---|
CompareView | Initializes a new instance of this class. |
Public Methods
Name | Description | |
---|---|---|
dispose | Releases all resources used by this CompareView object. | |
OnActiveDiffChange | Callback function that will be triggered whenever one of the CompareView's selected differences has changed. | |
onDiffChange | Callback function that will be triggered whenever the CompareView's differences set has changed. | |
setCompareTickrate | Sets the tick rate for the CompareView in milliseconds. | |
ShouldGetText | The callback function that is fired before the CompareView object attempts to get the text for a page. | |
start | Starts internal comparison operations. | |
stop | Stops internal comparison operations and prevents the current diff set from being painted onto the Viewers. |
Public Properties
Name | Description | |
---|---|---|
differences | The active Compare.DocumentDifference object. | |
EnableRasterPreview | Indicates whether document pages should be previewed as colorized images. | |
IsEnabled | Indicates whether the CompareView is enabled. | |
ModifiedBackgroundColor | The color to be used for the background color on all pages of the modified viewer if enableRasterPreview is set to true. | |
ModifiedForegroundColor | The foreground color to be used with the modified viewer. | |
OriginalBackgroundColor | The background color to be used with the original viewer. | |
OriginalForegroundColor | The foreground color to be used with the original viewer. | |
selectedDeletion | The selected deletion PageCharactersDifference object from the active differences set. | |
selectedInsertion | The selected insertion PageCharactersDifference object from the active differences set. |
Public Fields
Name | Description | |
---|---|---|
deleteColor | The color used for deletion DifferenceOperations. | |
insertColor | The color used for insertion DifferenceOperations. | |
metadataKey | Metadata index to use when the CompareView generates diff set annotation markers. | |
selectedColor | The color used for a selected DifferenceOperations region. |