IPXC_Document::AddImageFromIXCPage Method

From PDF XChange PDF SDK
Revision as of 06:59, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates a new image in the document based on specified image page.

Syntax

HRESULT AddImageFromIXCPage([in]                   IIXC_Page*    Page,
                            [in, defaultvalue(0)]  ULONG         Flags,
                            [out, retval]          IPXC_Image**  Image);

Parameters

Page
[in] Specifies a IIXC_Page object from which new document image will be created.
Flags
[in, defaultvalue(0)] Specifies additional flags of image creation.
Image
[out, retval] Returns an IPXC_Image object of newly created image.

Return Value

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

See Also

IPXC_Document