IPXC_Document::PageContentCallback Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::PageContentCallback Property}}
 
{{#customTitle:IPXC_Document::PageContentCallback Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|PageContentCallback|property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|PageContentCallback|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==

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