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

Leadtools.Document Assembly

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