#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2UnlockPage(hDoc, nPageIndex)
Unlocks the specified locked page.
Handle to the OCR document.
Index of the page to be unlocked. This index is zero-based.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before updating the pages bitmap, you must lock it by calling the L_Doc2LockPage / L_Doc2LockPageExt function.
Required DLLs and Libraries
For an example, refer to L_Doc2UpdatePage.