IPXC_PageContentCallback::GetPageContent Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageContentCallback::GetPageContent Method}}
 
{{#customTitle:IPXC_PageContentCallback::GetPageContent Method}}
{{#parentPage:PXV:IPXC_PageContentCallback|GetPageContent Method|method}}
+
{{#parentPage:PXV:IPXC_PageContentCallback#Methods|GetPageContent|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Line 10: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetPageContent([in]          IPXC_Page*      pPage,
 
<pre class="brush:cpp;gutter:false">HRESULT GetPageContent([in]          IPXC_Page*      pPage,
                       [out, retval]  IPXC_Content**  ppContent);</pre>
+
                       [out, retval]  IPXC_Content**  pContent);</pre>
  
 
== 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.
;ppContent
+
;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 ==
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_PageContentCallback|IPXC_PageContentCallback]].
+
[[PXV:IPXC_PageContentCallback|IPXC_PageContentCallback]]

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