IPXV_Control::PagesLayoutMode Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== 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]] |
Revision as of 01:36, 4 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);