IPXC_PageText::CharRect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_CharRect([in]          ULONG      nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_CharRect([in]          ULONG      nIndex,
                     [out, retval]  PXC_Rect*  pRect);
+
                     [out, retval]  PXC_Rect*  stRect);
 
</pre>
 
</pre>
  

Revision as of 02:22, 4 June 2015


Property CharRect of interface IPXC_PageText returns Value of PXC_Rect ...

Syntax

HRESULT get_CharRect([in]           ULONG      nIndex,
                     [out, retval]  PXC_Rect*  stRect);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_PageText