IPXC_RedactInfo::InsertNew Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_RedactInfo::InsertNew Method}} | {{#customTitle:IPXC_RedactInfo::InsertNew Method}} | ||
+ | {{#parentPage:PXV:IPXC_RedactInfo#Methods|InsertNew|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT InsertNew([in, defaultvalue(NULL)] PXC_QuadF* | + | <pre class="brush:cpp;gutter:false">HRESULT InsertNew([in, defaultvalue(NULL)] PXC_QuadF* stQuad, |
+ | [in, defaultvalue(-1)] ULONG nIndex, | ||
+ | [out, retval] IPXC_RedactEntry** pNewEntry);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stQuad |
:[in, defaultvalue(NULL)] Pointer to [[PXV:PXC_QuadF|PXC_QuadF]]. | :[in, defaultvalue(NULL)] Pointer to [[PXV:PXC_QuadF|PXC_QuadF]]. | ||
− | ; | + | ;nIndex |
:[in, defaultvalue(-1)] Value of ULONG. | :[in, defaultvalue(-1)] Value of ULONG. | ||
− | ; | + | ;pNewEntry |
:[out, retval] Pointer to [[PXV:IPXC_RedactEntry|IPXC_RedactEntry]]. | :[out, retval] Pointer to [[PXV:IPXC_RedactEntry|IPXC_RedactEntry]]. | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_RedactInfo|IPXC_RedactInfo]] |
Latest revision as of 02:35, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT InsertNew([in, defaultvalue(NULL)] PXC_QuadF* stQuad, [in, defaultvalue(-1)] ULONG nIndex, [out, retval] IPXC_RedactEntry** pNewEntry);
Parameters
- stQuad
- [in, defaultvalue(NULL)] Pointer to PXC_QuadF.
- nIndex
- [in, defaultvalue(-1)] Value of ULONG.
- pNewEntry
- [out, retval] Pointer to IPXC_RedactEntry.
Return Value
Returns S_OK if operation was successful or error code in other cases.