IPXC_Document::PageContentCallback Property

From PDF XChange PDF SDK
Revision as of 02:43, 16 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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