IUIX_CharFormat::VScale 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_VScale([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_VScale([out, retval] double* nVScale); |
− | HRESULT put_VScale([in] double | + | HRESULT put_VScale([in] double nVScale); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CharFormat|IUIX_CharFormat]] | [[PXV:IUIX_CharFormat|IUIX_CharFormat]] |
Latest revision as of 03:11, 15 June 2015
Property VScale of interface IUIX_CharFormat returns/sets Value of double ...
Syntax
HRESULT get_VScale([out, retval] double* nVScale); HRESULT put_VScale([in] double nVScale);