←Select platform

Start Method

Summary

Starts internal comparison operations.

Syntax
C#
VB
C++
public void Start() 
Public Sub Start() 
public:  
   void Start() 

Remarks

Based off the tick-rate that was set with the SetCompareTickrate function, the CompareView will perform the following tasks:

  1. Checks the internal cache to see if any new page's text has been cached since the last tick. If no new pages were cached, then the CompareView will not proceed.
  2. Builds a string-representation and text-map of all the pages for both LEADDocuments that are in the DocumentViewers.
  3. Calls the Document Service StringCompare API endpoint.
  4. Parses the returns from the service into a DocumentDifference object on the client-side.
  5. Updates the differences object with the new diff set.
  6. Invalidates both Viewers.
  7. Paints the new diff region on the view.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly