IPXC_Annotation::Handler Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Handler([out, retval] IPXC_AnnotHandler** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Handler([out, retval] IPXC_AnnotHandler** pHandler); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:47, 20 February 2017
Property Handler has a pointer to IPXC_AnnotHandler object responsible for handling such annotations types.
Syntax
HRESULT get_Handler([out, retval] IPXC_AnnotHandler** pHandler);