←Select platform

Timeout Property

Summary

The maximum number of seconds for a compare operation.

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

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 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.