IPXV_Control::PagesLayoutMode Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Control::PagesLayoutMode Property}} | {{#customTitle:IPXV_Control::PagesLayoutMode Property}} | ||
− | {{#parentPage:PXV:IPXV_Control#Properties|PagesLayoutMode | + | {{#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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_PagesLayoutMode([out, retval] PXC_PagesLayout* | + | <pre class="brush:cpp;gutter:false">HRESULT get_PagesLayoutMode([out, retval] PXC_PagesLayout* nModeName); |
− | HRESULT put_PagesLayoutMode([in] PXC_PagesLayout | + | HRESULT put_PagesLayoutMode([in] PXC_PagesLayout nModeName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Control|IPXV_Control]] | + | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02: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);