IPXC_PageText::GetTextQuads Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetTextQuads([in]  ULONG*        CharRanges,
+
<pre class="brush:cpp;gutter:false">HRESULT GetTextQuads([in]  ULONG*        nCharRanges,
                     [in]  ULONG        CharRangesLen,
+
                     [in]  ULONG        nCharRangesLen,
                     [out]  IPXC_QuadsF*  Quads,
+
                     [out]  IPXC_QuadsF*  pQuads,
                     [out]  PXC_RectF*    BBox);</pre>
+
                     [out]  PXC_RectF*    stBBox);</pre>
  
 
== Parameters ==
 
== Parameters ==
;CharRanges
+
;nCharRanges
 
:[in]  Pointer to ULONG.
 
:[in]  Pointer to ULONG.
;CharRangesLen
+
;nCharRangesLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;Quads
+
;pQuads
 
:[out]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
 
:[out]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
;BBox
+
;stBBox
 
:[out]  Pointer to [[PXV:PXC_RectF|PXC_RectF]].
 
:[out]  Pointer to [[PXV:PXC_RectF|PXC_RectF]].
  

Revision as of 03:33, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetTextQuads([in]   ULONG*        nCharRanges,
                     [in]   ULONG         nCharRangesLen,
                     [out]  IPXC_QuadsF*  pQuads,
                     [out]  PXC_RectF*    stBBox);

Parameters

nCharRanges
[in] Pointer to ULONG.
nCharRangesLen
[in] Value of ULONG.
pQuads
[out] Pointer to IPXC_QuadsF.
stBBox
[out] Pointer to PXC_RectF.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_PageText