←Select platform

IsEngineZone Property

Summary
Gets or sets a value that indicate whether this is an engine zone.
Syntax
C#
VB
C++
Java
public bool IsEngineZone { get; set; } 
Public Property IsEngineZone As Boolean 
public boolean isEngineZone() 
public void setIsEngineZone(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.