IPXC_PagesOverlayInfo::InsertNew2 Method

From PDF XChange PDF SDK
Jump to: navigation, search


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