IPXC_Document::PageContentCallback Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::PageContentCallback Property}}
 
{{#customTitle:IPXC_Document::PageContentCallback Property}}
 +
{{#parentPage:PXV:IPXC_Document#Properties|PageContentCallback|property}}
 +
{{ToReview}}
  
Property '''PageContentCallback''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns/sets  Pointer to [[PXV:IPXC_PageContentCallback|IPXC_PageContentCallback]] ...
+
Property '''PageContentCallback''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns/sets  Pointer to [[PXV:IPXC_PageContentCallback|IPXC_PageContentCallback]] containing the callback that will allow to use the [[PXV:IPXC_PageContentCallback_GetPageContent|GetPageContent]] custom implementation.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PageContentCallback([out, retval] IPXC_PageContentCallback** ppCallback);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PageContentCallback([out, retval] IPXC_PageContentCallback** pCallback);
HRESULT put_PageContentCallback([in] IPXC_PageContentCallback* ppCallback);
+
HRESULT put_PageContentCallback([in] IPXC_PageContentCallback* pCallback);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 02:43, 16 March 2016


Property PageContentCallback of interface IPXC_Document returns/sets Pointer to IPXC_PageContentCallback containing the callback that will allow to use the GetPageContent custom implementation.

Syntax

HRESULT get_PageContentCallback([out, retval]  IPXC_PageContentCallback**  pCallback);
HRESULT put_PageContentCallback([in]  IPXC_PageContentCallback*  pCallback);

See Also

IPXC_Document