←Select platform

SaveZones(string,OcrWriteXmlOptions) Method

Summary

Saves zones to a multi-page zones disk file with XML options.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SaveZones( 
   string fileName, 
   OcrWriteXmlOptions xmlOptions 
) 
Overloads Sub SaveZones( _ 
   ByVal fileName As String, _ 
   ByVal xmlOptions As Leadtools.Forms.Ocr.OcrWriteXmlOptions _ 
)  
- (void)saveZonesToFile:(NSString *)fileName 
        xmlWriteOptions:(nullable LTOcrWriteXmlOptions *)xmlWriteOptions 
                  error:(NSError **)error 
             
public void saveZones(String fileName, 
                      OcrWriteXmlOptions xmlOptions) 
             
function Leadtools.Forms.Ocr.IOcrDocument.SaveZones(String,OcrWriteXmlOptions)(  
   fileName , 
   xmlOptions  
) 

Parameters

fileName
The name of the file that will contain the zones data.

xmlOptions
Options to use when writing the XML data.

Remarks

To save and load the zones of OCR pages, you can use one of these methods:

Note on loading zones from a multi-page zone file: If the file does not contain zones data with the correct page number, the engine will not load any zones for this page. After the method returns, any OCR page that did not have zones data will contain zero zones. (the IOcrPage.Zones property contains 0 items). You can then use IOcrPage.AutoZone if required to re-zone this page.

Use IOcrDocument.LoadZones(filename) or IOcrPage.LoadZones(fileName, pageNumber) to load all or one page zones saved by this method.

To load and save the zones to a .NET stream, use IOcrDocument.SaveZones(stream), IOcrDocument.LoadZones(stream) and IOcrPage.LoadZones(stream, pageNumber).

Example

For an example, refer to IOcrDocument.SaveZones(filename).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly