LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)
LEAD Technologies, Inc

DisableZoningMultiThreading Property






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 bool DisableZoningMultiThreading {get; set;}
 get_DisableZoningMultiThreading();
set_DisableZoningMultiThreading(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.