←Select platform

UseThreadPool Property

Summary

Enables or disables the use of a .NET ThreadPool when recognizing and processing forms.

Syntax

C#
VB
C++
Java
public bool UseThreadPool { get; set; } 
  
Public Property UseThreadPool As Boolean 
public boolean getUseThreadPool(); 
setUseThreadPool( 
   boolean 
); 
public: 
property bool UseThreadPool { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable the use of a .NET ThreadPool; otherwise, false (use Win32 threads).

Remarks

NOTE: This property can only be used with the LEADTOOLS LEAD Engine.

This value may affect the results of Run(RasterImage,PageRequestCallback,Object,List<IMasterFormsCategory>), RecognizeForm(RasterImage,List<IMasterFormsCategory>), and GetMinimumRecognizedConfidenceForm.

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.Forms.Auto Assembly