IPXC_Annotation::Handler Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{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 ==

Revision as of 10:28, 27 May 2015


Property Handler has a pointer to IPXC_AnnotHandler object responsible for handling such annotations types.

Syntax

HRESULT get_Handler([out, retval]  IPXC_AnnotHandler**  ppHandler);

See Also

IPXC_Annotation