IPXV_SearchEntryItem::FillTextRangeQuads Method
From PDF XChange PDF SDK
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 FillTextRangeQuads([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT FillTextRangeQuads([in] ULONG RangeIndex, |
− | [in] IPXC_QuadsF* | + | [in] IPXC_QuadsF* Quads);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;RangeIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;Quads |
:[in] Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]]. | :[in] Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]]. | ||
Revision as of 06:44, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT FillTextRangeQuads([in] ULONG RangeIndex, [in] IPXC_QuadsF* Quads);
Parameters
- RangeIndex
- [in] Value of ULONG.
- Quads
- [in] Pointer to IPXC_QuadsF.
Return Value
Returns S_OK if operation was successful or error code in other cases.