IPXC_PageText::CharFlags Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_PageText::CharFlags Property}} | {{#customTitle:IPXC_PageText::CharFlags Property}} | ||
{{#parentPage:PXV:IPXC_PageText#Properties|CharFlags|property}} | {{#parentPage:PXV:IPXC_PageText#Properties|CharFlags|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of ULONG | + | Property '''CharFlags''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of ULONG containing the [[PXV:PXC_TextCharFlags|character flags]]. |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nCharIndex | ;nCharIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the character. |
== See Also == | == See Also == | ||
[[PXV:IPXC_PageText|IPXC_PageText]] | [[PXV:IPXC_PageText|IPXC_PageText]] |
Latest revision as of 05:57, 4 July 2016
Property CharFlags of interface IPXC_PageText returns Value of ULONG containing the character flags.
Syntax
HRESULT get_CharFlags([in] ULONG nCharIndex, [out, retval] ULONG* nFlags);
Parameters
- nCharIndex
- [in] Value of ULONG containing the index of the character.