IPXV_PagesView::ZoomToRect Method
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 ZoomToRect([in] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT ZoomToRect([in] RECT* stRect, |
[in] VARIANT_BOOL bZoomIn, | [in] VARIANT_BOOL bZoomIn, | ||
[in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);</pre> | [in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
;bZoomIn | ;bZoomIn |
Revision as of 01:47, 4 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ZoomToRect([in] RECT* stRect, [in] VARIANT_BOOL bZoomIn, [in, defaultvalue(0)] VARIANT_BOOL bAllowSmooth);
Parameters
- stRect
- [in] Pointer to RECT.
- bZoomIn
- [in] Value of VARIANT_BOOL.
- bAllowSmooth
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.