IPXC_PageText::CharBBox Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CharBBox''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of [[PXV:PXC_RectF|PXC_RectF]] containing the character's bound box.
+
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 ==

Latest revision as of 05: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.

See Also

IPXC_PageText