IPXC_PageText::GetChars2 Method

From PDF XChange PDF SDK
Jump to: navigation, search


Gets given number of characters from the page text.

Syntax

HRESULT GetChars2([in]   ULONG   nFirstCharIndex,
                  [in]   ULONG   nCharsCount,
                  [out]  LPWSTR  sChars);

Parameters

nFirstCharIndex
[in] Value of ULONG containing the starting character index.
nCharsCount
[in] Value of ULONG containing the number of characters that should be extracted.
sChars
[out] Value of LPWSTR containing the resulting characters from the page text.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_PageText