←Select platform

ZonesFileName Property

Summary

Gets or sets the optional name of prepared multipage zone file.

Syntax
C#
VB
Objective-C
C++
Java
public string ZonesFileName { get; set; } 
Public Property ZonesFileName As String 
@property (nonatomic, copy, nullable) NSString *zonesFileName 
public String getZonesFileName() 
public void setZonesFileName(String value) 
public: 
property String^ ZonesFileName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that contains the optional name of prepared multipage zone file. This member can be a null (Nothing in VB) reference. When no zone file is specified, the IOcrAutoRecognizeManager will auto detect the zones for each page using IOcrPage.AutoZone.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly