IPXC_Annotation::Handler Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Annotation::Handler Property}}
 
{{#customTitle:IPXC_Annotation::Handler Property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|Handler|property}}
 
{{#parentPage:PXV:IPXC_Annotation#Properties|Handler|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==
 
[[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