timeout Property

Summary

The maximum number of seconds for a compare operation.

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

Property Value

A float corresponding to the number of seconds before a timeout occurs. Default is 1 second.

Remarks

Setting this value to 0 will prevent a timeout from occurring.

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 Assembly