#include "ltdoc2.h"
L_LTDOC2_API L_INT L_Doc2SaveSettingsExt(hDoc, nDocId, pszFileName)
Saves the current engine settings to a file.
Handle to the OCR document
Document ID created by calling L_Doc2CreateDocument.
Character string containing the name of the settings file to save.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
✎ NOTE
Be sure to call L_Doc2StartUp before calling L_Doc2SaveSettings / L_Doc2SaveSettingsExt. However, should you call L_Doc2SaveSettings / L_Doc2SaveSettingsExt after calling L_Doc2StartUp, but before you setting any engine settings, the settings file will contain the default.
To load the engine settings from a file, call the L_Doc2LoadSettings / L_Doc2LoadSettingsExt function.
Required DLLs and Libraries