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* Rect, |
− | [in] VARIANT_BOOL | + | [in] VARIANT_BOOL ZoomIn, |
− | [in, defaultvalue(0)] VARIANT_BOOL | + | [in, defaultvalue(0)] VARIANT_BOOL AllowSmooth);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Rect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;ZoomIn |
:[in] Value of VARIANT_BOOL. | :[in] Value of VARIANT_BOOL. | ||
− | ; | + | ;AllowSmooth |
:[in, defaultvalue(0)] Value of VARIANT_BOOL. | :[in, defaultvalue(0)] Value of VARIANT_BOOL. | ||
Revision as of 06:41, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ZoomToRect([in] RECT* Rect, [in] VARIANT_BOOL ZoomIn, [in, defaultvalue(0)] VARIANT_BOOL AllowSmooth);
Parameters
- Rect
- [in] Pointer to RECT.
- ZoomIn
- [in] Value of VARIANT_BOOL.
- AllowSmooth
- [in, defaultvalue(0)] Value of VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.