LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)

DisableZoningMultiThreading Property

Show in webframe





Gets or sets a value indicating whether to use multi-threading when performing auto-zoning or not.
Syntax
public bool DisableZoningMultiThreading {get; set;}
'Declaration
 
Public Property DisableZoningMultiThreading As Boolean
'Usage
 
Dim instance As OcrActivity
Dim value As Boolean
 
instance.DisableZoningMultiThreading = value
 
value = instance.DisableZoningMultiThreading

            

            
public:
property bool DisableZoningMultiThreading {
   bool get();
   void set (    bool value);
}

Property Value

True to use multi-threading when performing auto-zoning; false, otherwise.
Remarks
Multi-threading enhances the performance of the auto-zoning algorithm. If you are planning to spawn multiple instances of a workflow runtime that includes the OCR WF activity, it is recommended that you change the value of this property to true.
Requirements

Target Platforms

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.