IPXV_AnnotsEvent::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (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:IPXV_AnnotsEvent::Items Property}}
 
{{#customTitle:IPXV_AnnotsEvent::Items Property}}
{{#parentPage:PXV:IPXV_AnnotsEvent|property}}
+
{{#parentPage:PXV:IPXV_AnnotsEvent#Properties|Items|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Items''' of interface [[PXV:IPXV_AnnotsEvent|IPXV_AnnotsEvent]] returns  Pointer to [[PXV:IPXV_AnnotsList|IPXV_AnnotsList]] ...
+
Gets items from the annotations event.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval] IPXV_AnnotsList** ppItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval] IPXV_AnnotsList** pItems);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_AnnotsEvent|IPXV_AnnotsEvent]].
+
[[PXV:IPXV_AnnotsEvent|IPXV_AnnotsEvent]]

Latest revision as of 03:46, 15 June 2015


Gets items from the annotations event.

Syntax

HRESULT get_Items([out, retval]  IPXV_AnnotsList**  pItems);

See Also

IPXV_AnnotsEvent