Enables or disables the use of .NET ThreadPool in recognizing and processing forms.
public bool UseThreadPool { get; set; }
Public Property UseThreadPool As Boolean
true to enable the use of a .NET ThreadPool; otherwise, false (use Win32 threads).
Note: This property only works for the Advantage Engine.
This value can affect the results of Run(rasterimage,pagerequestcallback,object,list<imasterformscategory>), RecognizeForm(rasterimage,list<imasterformscategory>), and GetMinimumRecognizedConfidenceForm.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET