←Select platform

Timeout Property

Summary

The maximum number of seconds for a compare operation.

Syntax
C#
VB
C++
public float Timeout { get; set; } 
Public Property Timeout() As Single 
   Get 
   Set 
public:  
   property Single Timeout 
   { 
      Single get() 
      void set(Single value) 
   } 

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

Leadtools.Document.Compare Assembly