IPXV_PageTextSelection::IsCharSelected Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_PageTextSelection::IsCharSelected Method}} | {{#customTitle:IPXV_PageTextSelection::IsCharSelected Method}} | ||
− | {{#parentPage:PXV:IPXV_PageTextSelection|method}} | + | {{#parentPage:PXV:IPXV_PageTextSelection#Methods|IsCharSelected|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsCharSelected([in] ULONG nCharIndex, [out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT IsCharSelected([in] ULONG nCharIndex, |
+ | [out, retval] VARIANT_BOOL* bSelected);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nCharIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;bSelected |
:[out, retval] Pointer to VARIANT_BOOL. | :[out, retval] Pointer to VARIANT_BOOL. | ||
Line 20: | Line 22: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_PageTextSelection|IPXV_PageTextSelection]] |
Latest revision as of 03:05, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT IsCharSelected([in] ULONG nCharIndex, [out, retval] VARIANT_BOOL* bSelected);
Parameters
- nCharIndex
- [in] Value of ULONG.
- bSelected
- [out, retval] Pointer to VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.