IIXC_Page::BackgroundColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_BackgroundColor([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_BackgroundColor([out, retval] ULONG* Color); |
− | HRESULT put_BackgroundColor([in] ULONG | + | HRESULT put_BackgroundColor([in] ULONG Color); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IIXC_Page|IIXC_Page]] | [[PXV:IIXC_Page|IIXC_Page]] |
Revision as of 05:51, 12 June 2015
Property BackgroundColor of interface IIXC_Page returns/sets Value of ULONG ...
Syntax
HRESULT get_BackgroundColor([out, retval] ULONG* Color); HRESULT put_BackgroundColor([in] ULONG Color);