IPXC_Page::CopyAsXForm Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CopyAsXForm([in]                   IPXC_Document*  pDestDoc,
                    [in, defaultvalue(0)]  ULONG           nFlags,
                    [out, retval]          IPXC_XForm**    pXForm);

Parameters

pDestDoc
[in] Pointer to IPXC_Document.
nFlags
[in, defaultvalue(0)] Value of ULONG.
pXForm
[out, retval] Pointer to IPXC_XForm.

Return Value

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

See Also

IPXC_Page