IPXC_BackgroundParams::HAlign Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_HAlign([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_HAlign([out, retval] ULONG* nHAlign); |
− | HRESULT put_HAlign([in] ULONG | + | HRESULT put_HAlign([in] ULONG nHAlign); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] |
Latest revision as of 02:20, 15 June 2015
Gets/sets the horizontal align of the background on page.
Syntax
HRESULT get_HAlign([out, retval] ULONG* nHAlign); HRESULT put_HAlign([in] ULONG nHAlign);