IPXC_Annotation::Handler Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 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#Properties|Handler|property}}
 +
{{ToReview}}
  
Property '''Handler''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Pointer to [[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]] ...
+
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** ppHandler);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Handler([out, retval] IPXC_AnnotHandler** pHandler);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04: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);

See Also

IPXC_Annotation