←Select platform

ZonesFileName Property

Summary
Gets or sets the optional name of prepared multipage zone file.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string ZonesFileName { get; set; } 
@property (nonatomic, copy, nullable) NSString *zonesFileName; 
public String getZonesFileName() 
public void setZonesFileName(String value) 
public: 
property String^ ZonesFileName { 
   String^ get(); 
   void set (    String^ ); 
} 
ZonesFileName # get and set (OcrAutoRecognizeJobData) 

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.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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