LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Save(Stream) Method

Show in webframe







The stream to write the settings to.
Saves the OCR engine current settings to a .NET stream.
Syntax
void Save( 
   Stream stream
)
'Declaration
 
Overloads Sub Save( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As IOcrSettingManager
Dim stream As Stream
 
instance.Save(stream)
void Save( 
   Stream stream
)

            

            
function Leadtools.Forms.Ocr.IOcrSettingManager.Save(Stream)( 
   stream 
)
void Save( 
   Stream^ stream
) 

Parameters

stream
The stream to write the settings to.
Remarks

Once you set up the OCR engine, you can re-use these settings by saving the engine state into memory or to an XML file on disk. Later, reload these settings and use them in the same or different instance of IOcrEngine.

The following table lists all the states loaded from the XML file. After the load operation completes, some or all of the settings below will be changed.

Part Members
IOcrSettingManager (accessed through IOcrEngine.SettingManager All the settings as obtained through IOcrSettingManager.GetSettingNames
IOcrLanguageManager (accessed through IOcrEngine.LanguageManager The value of IOcrLanguageManager.GetEnabledLanguages
IOcrSpellCheckManager (accessed through IOcrEngine.SpellCheckManager The values of IOcrSpellCheckManager.SpellCheckEngine and IOcrSpellCheckManager.SpellLanguage.
IOcrDocumentManager (accessed through IOcrEngine.DocumentManager The values of the IOcrDocumentManager.RejectionSymbol and IOcrDocumentManager.MissingSymbol.
Example
For an example, refer to Load(Stream)
Requirements

Target Platforms

See Also

Reference

IOcrSettingManager Interface
IOcrSettingManager Members
Overload List
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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