IPXV_SearchEntryItem::FillTextRangeQuads Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}}
 
{{#customTitle:IPXV_SearchEntryItem::FillTextRangeQuads Method}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Methods|FillTextRangeQuads|method}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Methods|FillTextRangeQuads|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets already created [[PXV:IPXC_QuadsF|IPXC_QuadsF]] object and fills it with data. This method can help avoid the mass creation of the new objects.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nRangeIndex
 
;nRangeIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the index in the quads' range.
 
;pQuads
 
;pQuads
:[in]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]].
+
:[in]  Pointer to [[PXV:IPXC_QuadsF|IPXC_QuadsF]] containing the object that needs to be filled with data.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 02:44, 20 January 2017


Gets already created IPXC_QuadsF object and fills it with data. This method can help avoid the mass creation of the new objects.

Syntax

HRESULT FillTextRangeQuads([in]  ULONG         nRangeIndex,
                           [in]  IPXC_QuadsF*  pQuads);

Parameters

nRangeIndex
[in] Value of ULONG containing the index in the quads' range.
pQuads
[in] Pointer to IPXC_QuadsF containing the object that needs to be filled with data.

Return Value

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

See Also

IPXV_SearchEntryItem