←Select platform

SetCompareTickrate Method

Summary

Sets the tick rate for the CompareView in milliseconds.

Syntax
C#
VB
C++
public void SetCompareTickrate( 
   int ms 
) 
Public Sub SetCompareTickrate( 
   ByVal ms As Integer 
) 
public:  
   void SetCompareTickrate( 
      Int32 ms 
   ) 

Parameters

ms

The amount of milliseconds in between compare ticks. This value must be greater than 500 ms.

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