IPXV_Control::CanZoomIn Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CanZoomIn([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CanZoomIn([out, retval] VARIANT_BOOL* bCan); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_Control|IPXV_Control]] | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02:50, 15 June 2015
Use it to check the possibility to increase zoom level for the pages view.
Syntax
HRESULT get_CanZoomIn([out, retval] VARIANT_BOOL* bCan);