Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

ZonesFileName Property








Gets or sets the optional name of prepared multi-page zone file.
Syntax
public string ZonesFileName {get; set;}
'Declaration
 
Public Property ZonesFileName As String
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As String
 
instance.ZonesFileName = value
 
value = instance.ZonesFileName
public string ZonesFileName {get; set;}
@property (nonatomic, copy, nullable) NSString *zonesFileName
public String getZonesFileName()
public void setZonesFileName(String value)
            
 <br/>get_ZonesFileName();<br/>set_ZonesFileName(value);<br/>Object.defineProperty('ZonesFileName'); 
public:
property String^ ZonesFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that contains the optional name of prepared multi-page zone file. This member can be a null (Nothing in Visual Basic) 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

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features