LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SaveZones(String) Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrDocument Interface > SaveZones Method : SaveZones(String) Method



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

The SaveZones(String) Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

fileName
The name of the file that will contain the zones data.
Saves zones to a multi-page zones disk file.

Syntax

Visual Basic (Declaration) 
Overloads Sub SaveZones( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocument
Dim fileName As String
 
instance.SaveZones(fileName)
C# 
void SaveZones( 
   string fileName
)
C++/CLI 
void SaveZones( 
   String^ fileName
) 

Parameters

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

Example

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

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 conatins 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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

SaveZones(String) requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features