#include "ltdoc2.h"
L_LTDOC2_API L_INT EXT_FUNCTION L_Doc2GetFillMethod(hDoc, pFillMethod)
Gets the default fill method setting for the OCR document engine.
Handle to the OCR document.
Pointer to a variable to be updated with the default fill method.
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_Doc2StartUp.