checkLines Property

Summary

Enables additional pre-checking when comparing text.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentCompareOptions.prototype, 'checkLines', 
   get: function(), 
   set: function(value) 
) 
checkLines: boolean; 

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.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Document Assembly