←Select platform

CheckLines Property

Summary

Enables additional pre-checking when comparing text.

Syntax
C#
VB
C++
public bool CheckLines {get;set;} 
Public Property CheckLines() As Boolean 
   Get 
   Set 
public:  
   property bool CheckLines 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable pre-checking; false to disable pre-checking. The default value is true.

Remarks

Setting this property to true will improve the speed of the comparison but may result in slightly less optimal results.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly