SaveSettingsFile method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SaveSettingsFile (BSTR bstrFileName);

Overview

Refer to Starting and Shutting Down the Engine

Remarks

Saves the current engine settings to a file.

To load the engine settings from a file, call LoadSettingsFile. The StartUp method must be called before calling the SaveSettingsFile method. If the SaveSettingsFile method is called after the StartUp method, but before the engine settings have been set, the settings file will contain the default settings.

Some of the engine settings that may be set before calling this method include, but are not limited to, the following:

CharacterOptions property

DocumentOptions property

MarkOptions property

PageFillMethod property

ParagraphOptions property

See Also

Elements:

StartUp method, LoadSettingsFile method

Topics:

Quick Reference OCR: Starting and Shutting Down the Engine