IPXV_PageTextSelection::SelectChars Method

From PDF XChange PDF SDK
Revision as of 05:12, 27 April 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Selects given character range on the page.

Syntax

HRESULT SelectChars([in]                    ULONG         nFirstCharIndex,
                    [in]                    ULONG         nCharsCount,
                    [in, defaultvalue(-1)]  VARIANT_BOOL  bUpdate,
                    [in, defaultvalue(0)]   VARIANT_BOOL  bExclusive);

Parameters

nFirstCharIndex
[in] Value of ULONG containing an index of the first character that should be selectd.
nCharsCount
[in] Value of ULONG containing the number of characters that should be selected.
bUpdate
[in, defaultvalue(-1)] Value of VARIANT_BOOL representing whether the selection should be invalidated.
bExclusive
[in, defaultvalue(0)] Value of VARIANT_BOOL representing whether the selection should be exclusive. An exclusive selection means that all of the selections made before will be cleared.

Return Value

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

See Also

IPXV_PageTextSelection