IPXV_Control::PagesLayoutMode Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::PagesLayoutMode Property}}
 
{{#customTitle:IPXV_Control::PagesLayoutMode Property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|PagesLayoutMode|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 ==

Revision as of 12:31, 29 May 2015


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

Syntax

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

See Also

IPXV_Control