IDevMode::LogPixels 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_LogPixels([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_LogPixels([out, retval] ULONG* nVal); |
− | HRESULT put_LogPixels([in] ULONG | + | HRESULT put_LogPixels([in] ULONG nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IDevMode|IDevMode]] | [[PXV:IDevMode|IDevMode]] |
Revision as of 02:06, 4 June 2015
Property LogPixels of interface IDevMode returns/sets Value of ULONG ...
Syntax
HRESULT get_LogPixels([out, retval] ULONG* nVal); HRESULT put_LogPixels([in] ULONG nVal);