IPXC_Document::PageContentCallback Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 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}} | ||
− | |||
{{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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PageContentCallback([out, retval] IPXC_PageContentCallback** | + | <pre class="brush:cpp;gutter:false">HRESULT get_PageContentCallback([out, retval] IPXC_PageContentCallback** pCallback); |
− | HRESULT put_PageContentCallback([in] IPXC_PageContentCallback* | + | HRESULT put_PageContentCallback([in] IPXC_PageContentCallback* pCallback); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Document|IPXC_Document]] | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 01: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);