IPXV_SearchEntryItem::GetTextRange Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetTextRange([in] ULONG RangeIndex, [out] ULONG* FirstCharIndex, [out] ULONG* CharsCount, [out] ULONG* WordIndex);
Parameters
- RangeIndex
- [in] Value of ULONG.
- FirstCharIndex
- [out] Pointer to ULONG.
- CharsCount
- [out] Pointer to ULONG.
- WordIndex
- [out] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.