←Select platform

CheckLines Property

Summary

Enables additional pre-checking when comparing text.

Syntax
C#
C++/CLI
Python
public bool CheckLines {get;set;} 
public:  
   property bool CheckLines 
   { 
      bool get() 
      void set(bool value) 
   } 
CheckLines # get and set (DocumentCompareOptions) 

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 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.