IPXV_PagesView::Layout 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_Layout([out, retval]  IPXV_PagesLayoutManager**  pLayoutMan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval]  IPXV_PagesLayoutManager**  LayoutMan);
HRESULT put_Layout([in]  IPXV_PagesLayoutManager*  pLayoutMan);
+
HRESULT put_Layout([in]  IPXV_PagesLayoutManager*  LayoutMan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_PagesView|IPXV_PagesView]]
 
[[PXV:IPXV_PagesView|IPXV_PagesView]]

Revision as of 07:41, 12 June 2015


Property Layout of interface IPXV_PagesView returns/sets Pointer to IPXV_PagesLayoutManager ...

Syntax

HRESULT get_Layout([out, retval]  IPXV_PagesLayoutManager**  LayoutMan);
HRESULT put_Layout([in]  IPXV_PagesLayoutManager*  LayoutMan);

See Also

IPXV_PagesView