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. |
![]() |
resetColor | Resets the color values for all views. |
![]() |
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. |
See Also