IPXC_PagesOverlayInfo::InsertNew2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXC_PagesOverlayInfo::InsertNew2 Method}}
 +
{{#parentPage:PXV:IPXC_PagesOverlayInfo#Methods|InsertNew2|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT InsertNew2([in]                  ULONG        nSrcPage,
 +
                  [in]                  ULONG        nDstPage,
 +
                  [in]                  PXC_Matrix*  pMatrix,
 +
                  [in, defaultvalue(0)]  VARIANT_BOOL  bAsBackground);</pre>
 +
 +
== Parameters ==
 +
;nSrcPage
 +
:[in]  Value of ULONG.
 +
;nDstPage
 +
:[in]  Value of ULONG.
 +
;pMatrix
 +
:[in]  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]].
 +
;bAsBackground
 +
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IPXC_PagesOverlayInfo|IPXC_PagesOverlayInfo]]

Latest revision as of 01:27, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertNew2([in]                   ULONG         nSrcPage,
                   [in]                   ULONG         nDstPage,
                   [in]                   PXC_Matrix*   pMatrix,
                   [in, defaultvalue(0)]  VARIANT_BOOL  bAsBackground);

Parameters

nSrcPage
[in] Value of ULONG.
nDstPage
[in] Value of ULONG.
pMatrix
[in] Pointer to PXC_Matrix.
bAsBackground
[in, defaultvalue(0)] Value of VARIANT_BOOL.

Return Value

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

See Also

IPXC_PagesOverlayInfo