IUIX_CharFormat::VScale Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CharFormat::VScale Property}} | {{#customTitle:IUIX_CharFormat::VScale Property}} | ||
− | {{#parentPage:PXV:IUIX_CharFormat#Properties|VScale | + | {{#parentPage:PXV:IUIX_CharFormat#Properties|VScale|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
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);