IPXC_PageContentCallback::GetPageContent Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_PageContentCallback::GetPageContent Method}}
 
{{#customTitle:IPXC_PageContentCallback::GetPageContent Method}}
 
{{#parentPage:PXV:IPXC_PageContentCallback#Methods|GetPageContent|method}}
 
{{#parentPage:PXV:IPXC_PageContentCallback#Methods|GetPageContent|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pPage
 
;pPage
:[in]  Pointer to [[PXV:IPXC_Page|IPXC_Page]].
+
:[in]  Pointer to [[PXV:IPXC_Page|IPXC_Page]] containing the source page from which the content will be taken.
 
;pContent
 
;pContent
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]].
+
:[out, retval]  Pointer to [[PXV:IPXC_Content|IPXC_Content]] containing the source page content.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 02:48, 16 March 2016


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPageContent([in]           IPXC_Page*      pPage,
                       [out, retval]  IPXC_Content**  pContent);

Parameters

pPage
[in] Pointer to IPXC_Page containing the source page from which the content will be taken.
pContent
[out, retval] Pointer to IPXC_Content containing the source page content.

Return Value

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

See Also

IPXC_PageContentCallback