IPXV_AnnotSelection::Items Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_AnnotsList**  pItems);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Items([out, retval]  IPXV_AnnotsList**  Items);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_AnnotSelection|IPXV_AnnotSelection]]
 
[[PXV:IPXV_AnnotSelection|IPXV_AnnotSelection]]

Revision as of 07:22, 12 June 2015

Gets items from the annotations selection.

Syntax

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

See Also

IPXV_AnnotSelection