IPXC_Document::AddImageFromIXCPage Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::AddImageFromIXCPage Method}}
 
{{#customTitle:IPXC_Document::AddImageFromIXCPage Method}}
 
{{#parentPage:PXV:IPXC_Document#Methods|AddImageFromIXCPage|method}}
 
{{#parentPage:PXV:IPXC_Document#Methods|AddImageFromIXCPage|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 16:49, 25 May 2015


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

Syntax

HRESULT AddImageFromIXCPage([in]                   IIXC_Page*    pPage,
                            [in, defaultvalue(0)]  ULONG         nFlags,
                            [out, retval]          IPXC_Image**  ppImage);

Parameters

pPage
[in] Specifies a IIXC_Page object from which new document image will be created.
nFlags
[in, defaultvalue(0)] Specifies additional flags of image creation.
ppImage
[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