L_OcrSettingManager_GetSettingName

#include "ltocr.h"

L_LTOCR_API L_INT EXT_FUNCTION L_OcrSettingManager_GetSettingName(settingManager, index, value, count)

Returns friendly name for the setting its index was passed.

Parameters

L_OcrSettingManager settingManager

Handle to the OCR engine setting manager.

L_UINT index

Index of the setting to get its name.

L_TCHAR* value

Allocated string buffer to hold the setting name, you should allocate this buffer with enough space for the setting name size, which is 120 characters.

L_UINT count

Number of the allocated string buffer elements, this should be _countof(value).

Returns

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

Comments

This function will fill the value parameter with a friendly name for the setting its index was passed.

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 - LEAD Engine C API Help