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)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AnnotSelection::Items Property}}
 
{{#customTitle:IPXV_AnnotSelection::Items Property}}
{{#parentPage:PXV:IPXV_AnnotSelection|Items Property|property}}
+
{{#parentPage:PXV:IPXV_AnnotSelection#Properties|Items|property}}
{{ToReview}}
+
  
 
Gets items from the annotations selection.
 
Gets items from the annotations selection.
  
 
== 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 ==
[[PXV:IPXV_AnnotSelection|IPXV_AnnotSelection]].
+
[[PXV:IPXV_AnnotSelection|IPXV_AnnotSelection]]

Latest revision as of 03:46, 15 June 2015

Gets items from the annotations selection.

Syntax

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

See Also

IPXV_AnnotSelection