←Select platform

IsEngineZone Property (NativeOcrZone)

Summary

Gets or sets a value that indicate whether this is an engine zone.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsEngineZone {get; set;} 
Public Property IsEngineZone As Boolean 
public bool IsEngineZone {get; set;} 
public boolean isEngineZone() 
public void setIsEngineZone(boolean value) 
             
  
get_IsEngineZone(); 
set_IsEngineZone(value); 
Object.defineProperty('IsEngineZone');  
public: 
property bool IsEngineZone { 
   bool get(); 
   void set (    bool ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize