IPXV_View::Panes 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_Panes([out, retval]  IPXV_ViewPanesCollection**  ppPanes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Panes([out, retval]  IPXV_ViewPanesCollection**  pPanes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_View|IPXV_View]]
 
[[PXV:IPXV_View|IPXV_View]]

Revision as of 03:01, 4 June 2015


Property Panes of interface IPXV_View returns Pointer to IPXV_ViewPanesCollection ...

Syntax

HRESULT get_Panes([out, retval]  IPXV_ViewPanesCollection**  pPanes);

See Also

IPXV_View