←Select platform

IsEngineZone Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsEngineZone { get; set; } 
Public Property IsEngineZone As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly