L_Doc2SaveSettingsExt

#include "ltdoc2.h"

L_LTDOC2_API L_INT L_Doc2SaveSettingsExt(hDoc, nDocId, pszFileName)

Saves the current engine settings to a file.

Parameters

L_HDOC2 hDoc

Handle to the OCR document

L_INT nDocId

Document ID created by calling L_Doc2CreateDocument.

L_TCHAR * pszFileName

Character string containing the name of the settings file to save.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

✎ 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help