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



stream
The .NET stream containing the zones to load.

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

stream
The .NET stream containing the zones to load.
Load zones from a multi-page zones .NET stream.

Syntax

Visual Basic (Declaration) 
Overloads Sub LoadZones( _
   ByVal stream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocument
Dim stream As Stream
 
instance.LoadZones(stream)
C# 
void LoadZones( 
   Stream stream
)
C++/CLI 
void LoadZones( 
   Stream^ stream
) 

Parameters

stream
The .NET stream containing the zones to load.

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 stream: If the stream 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 this method to load the zones previously saved into a multi-page zones stream file with the IOcrDocument.SaveZones(stream) method.

The zones of this page will first be cleared prior to loading the new items.

To load and save the zones to a disk file, use IOcrDocument.SaveZones(fileName), IOcrDocument.LoadZones(fileName) and IOcrPage.LoadZones(fileName, pageNumber).

Saving zones to an external file or a stream could be useful when you are processing forms. For example, you can load one of the forms and automatically find the zones inside it using AutoZone, if the automatic zone detection was not 100 percent satisfactory, you can update the zones in the IOcrPage.Zones collection manually and then save the result with IOcrDocument.SaveZones(fileName). Once the zones are saved. You can now process all similar forms in the following manner:

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

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