IPXV_PagesSelection::Items Property

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

Revision as of 07:40, 12 June 2015


Property Items of interface IPXV_PagesSelection returns Pointer to IPXV_PageIndexesList ...

Syntax

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

See Also

IPXV_PagesSelection