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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PagesView::Layout Property}}
 
{{#customTitle:IPXV_PagesView::Layout Property}}
{{#parentPage:PXV:IPXV_PagesView|Layout Property|property}}
+
{{#parentPage:PXV:IPXV_PagesView#Properties|Layout|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval]  IPXV_PagesLayoutManager**  ppLayoutMan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval]  IPXV_PagesLayoutManager**  pLayoutMan);
HRESULT put_Layout([in]  IPXV_PagesLayoutManager*  ppLayoutMan);
+
HRESULT put_Layout([in]  IPXV_PagesLayoutManager*  pLayoutMan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PagesView|IPXV_PagesView]].
+
[[PXV:IPXV_PagesView|IPXV_PagesView]]

Latest revision as of 04:05, 15 June 2015


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

Syntax

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

See Also

IPXV_PagesView