IPXC_PageText::CharBBox Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageText::CharBBox Property}} | {{#customTitle:IPXC_PageText::CharBBox Property}} | ||
− | {{#parentPage:PXV:IPXC_PageText|property | + | {{#parentPage:PXV:IPXC_PageText#Properties|CharBBox|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''CharBBox''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of [[PXV:PXC_RectF|PXC_RectF]] | + | Property '''CharBBox''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns Value of [[PXV:PXC_RectF|PXC_RectF]] containing the character's bound box in the line's coordinate system. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CharBBox([in] ULONG nCharIndex, [out, retval] PXC_RectF* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CharBBox([in] ULONG nCharIndex, |
+ | [out, retval] PXC_RectF* stRect); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nCharIndex |
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the index of the character which bound box needs to be obtained. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_PageText|IPXC_PageText]] |
Latest revision as of 04:29, 14 December 2016
Property CharBBox of interface IPXC_PageText returns Value of PXC_RectF containing the character's bound box in the line's coordinate system.
Syntax
HRESULT get_CharBBox([in] ULONG nCharIndex, [out, retval] PXC_RectF* stRect);
Parameters
- nCharIndex
- [in] Value of ULONG containing the index of the character which bound box needs to be obtained.