IPXV_Control::PagesLayoutMode Property
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets the pages layout mode as value of [[PXV:PXC_PagesLayout|PXC_PagesLayout]] enumeration. | |
== Syntax == | == Syntax == |
Revision as of 11: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);