Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZone Structure : IsEngineZone Property |
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');
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.