IPXV_OCRResult::GetText Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetText([in, defaultvalue(0)] ULONG nFirstSymbol,
[in, defaultvalue(-1)] ULONG nSymbolsCount,
[in, defaultvalue("")] BSTR sLineSeparator,
[in, defaultvalue("")] BSTR sParaSeparator,
[in, defaultvalue(0)] ULONG nFlags,
[out, retval] BSTR* sText);
Parameters
- nFirstSymbol
- [in, defaultvalue(0)] Value of ULONG.
- nSymbolsCount
- [in, defaultvalue(-1)] Value of ULONG.
- sLineSeparator
- [in, defaultvalue("")] Value of BSTR.
- sParaSeparator
- [in, defaultvalue("")] Value of BSTR.
- nFlags
- [in, defaultvalue(0)] Value of ULONG.
- sText
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.