#include "ltdoc2.h"
L_LTDOC2_API L_INT L_Doc2SetActivePageExt(hDoc, nDocId, nPageIndex)
Sets the active page that will be drawn by the L_Doc2DrawPage / L_Doc2DrawPageExt function.
Handle to the OCR document.
Document ID created by calling L_Doc2CreateDocument.
Zero-based index of the page that will be drawn.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
For an example, refer to L_Doc2DrawPageExt.