IUIX_RangesNavigator::Zoom Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Zoom([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Zoom([out, retval] double* nZoom); |
− | HRESULT put_Zoom([in] double | + | HRESULT put_Zoom([in] double nZoom); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] | [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]] |
Revision as of 03:36, 15 June 2015
Property Zoom of interface IUIX_RangesNavigator returns/sets Value of double ...
Sets the specified zoom.
Syntax
HRESULT get_Zoom([out, retval] double* nZoom); HRESULT put_Zoom([in] double nZoom);