IPXC_Annotation::Handler Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::Handler Property}} | {{#customTitle:IPXC_Annotation::Handler Property}} | ||
− | {{#parentPage:PXV:IPXC_Annotation|property | + | {{#parentPage:PXV:IPXC_Annotation#Properties|Handler|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Handler''' | + | Property '''Handler''' has a pointer to [[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]] object responsible for handling such annotations types. |
== 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]] |
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);