IDevMode::Color 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 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] short* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Color([out, retval] short* nVal); |
− | HRESULT put_Color([in] short | + | HRESULT put_Color([in] short nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IDevMode|IDevMode]] | [[PXV:IDevMode|IDevMode]] |
Latest revision as of 03:14, 15 June 2015
Property Color of interface IDevMode returns/sets Value of short ...
Syntax
HRESULT get_Color([out, retval] short* nVal); HRESULT put_Color([in] short nVal);