IDevMode::Copies 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_Copies([out, retval] short* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Copies([out, retval] short* Val); |
− | HRESULT put_Copies([in] short | + | HRESULT put_Copies([in] short Val); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IDevMode|IDevMode]] | [[PXV:IDevMode|IDevMode]] |
Revision as of 06:48, 12 June 2015
Property Copies of interface IDevMode returns/sets Value of short ...
Syntax
HRESULT get_Copies([out, retval] short* Val); HRESULT put_Copies([in] short Val);