#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2SetActiveSettingsCollection(hDoc, nSid)
Activates the specified settings collection to be used in engine functions.
Handle to the OCR document. This handle is obtained by calling the L_Doc2StartUp function.
The settings collection ID to be activated.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
✅ IMPORTANT
This function must be called after starting up the engine and creating a new settings collection by calling the L_Doc2CreateSettingsCollection function.
⛔ CAUTION
If this function is not called, then other functions may return an error.
When your application no longer needs the settings collection, call the L_Doc2DeleteSettingsCollection / L_Doc2DeleteSettingsCollectionExt function.
Required DLLs and Libraries
For an example, refer to L_Doc2StartUp.