←Select platform

SaveZones(string) Method

Summary

Saves zones to a multi-page zones disk file.

Syntax

C#
VB
WinRT C#
C++
public void SaveZones( 
   string fileName 
) 
Overloads Sub SaveZones( _ 
   ByVal fileName As String _ 
)  
void SaveZones(  
   string fileName 
) 
function Leadtools.Forms.Ocr.IOcrDocument.SaveZones(String)(  
   fileName  
) 
void SaveZones(  
   String^ fileName 
)  

Parameters

fileName
The name of the file that will contain the zones 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