Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IsEngineZone Property (OcrZone)








Gets or sets a value that indicate whether this is an engine zone.
Syntax
public bool IsEngineZone {get; set;}
'Declaration
 
Public Property IsEngineZone As Boolean
'Usage
 
Dim instance As OcrZone
Dim value As Boolean
 
instance.IsEngineZone = value
 
value = instance.IsEngineZone
public bool IsEngineZone {get; set;}
@property (nonatomic, assign) BOOL isEngineZone
public boolean isEngineZone()
public void setIsEngineZone(boolean value)
            
 <br/>get_IsEngineZone();<br/>set_IsEngineZone(value);<br/>Object.defineProperty('IsEngineZone'); 
public:
property bool IsEngineZone {
   bool get();
   void set (    bool value);
}

Property Value

true if this is an engine zone, otherwise; false. Default value is false.
Remarks

An engine zone is one created by IOcrPage.AutoZone and not added or modified by the user. If you add or modify a zone, the value of IsEngineZone will always be false. The engine uses this property internally for storing internal data used for extra processing.

Requirements

Target Platforms

See Also

Reference

OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneType Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features