IPXV_Control::PagesLayoutMode Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::PagesLayoutMode Property}}
 
{{#customTitle:IPXV_Control::PagesLayoutMode Property}}
{{#parentPage:PXV:IPXV_Control|property}}
+
{{#parentPage:PXV:IPXV_Control#Properties|PagesLayoutMode|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PagesLayoutMode''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets Value of [[PXV:PXC_PagesLayout|PXC_PagesLayout]] ...
+
Gets/sets the pages layout mode as value of [[PXV:PXC_PagesLayout|PXC_PagesLayout]] enumeration.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PagesLayoutMode([out, retval] PXC_PagesLayout* pModeName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PagesLayoutMode([out, retval] PXC_PagesLayout* nModeName);
HRESULT put_PagesLayoutMode([in] PXC_PagesLayout pModeName);
+
HRESULT put_PagesLayoutMode([in] PXC_PagesLayout nModeName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Gets/sets the pages layout mode as value of PXC_PagesLayout enumeration.

Syntax

HRESULT get_PagesLayoutMode([out, retval]  PXC_PagesLayout*  nModeName);
HRESULT put_PagesLayoutMode([in]  PXC_PagesLayout  nModeName);

See Also

IPXV_Control