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*        nCharRanges,
+
<pre class="brush:cpp;gutter:false">HRESULT GetTextQuads([in]  ULONG*        CharRanges,
                     [in]  ULONG        nCharRangesLen,
+
                     [in]  ULONG        CharRangesLen,
                     [out]  IPXC_QuadsF*  pQuads,
+
                     [out]  IPXC_QuadsF*  Quads,
                     [out]  PXC_RectF*    stBBox);</pre>
+
                     [out]  PXC_RectF*    BBox);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nCharRanges
+
;CharRanges
 
:[in]  Pointer to ULONG.
 
:[in]  Pointer to ULONG.
;nCharRangesLen
+
;CharRangesLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;pQuads
+
;Quads
 
:[out]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
 
:[out]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
;stBBox
+
;BBox
 
:[out]  Pointer to [[PXV:PXC_RectF|PXC_RectF]].
 
:[out]  Pointer to [[PXV:PXC_RectF|PXC_RectF]].
  

Revision as of 07:09, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetTextQuads([in]   ULONG*        CharRanges,
                     [in]   ULONG         CharRangesLen,
                     [out]  IPXC_QuadsF*  Quads,
                     [out]  PXC_RectF*    BBox);

Parameters

CharRanges
[in] Pointer to ULONG.
CharRangesLen
[in] Value of ULONG.
Quads
[out] Pointer to IPXC_QuadsF.
BBox
[out] Pointer to PXC_RectF.

Return Value

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

See Also

IPXC_PageText