IPXV_PagesView::ZoomToRect Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_PagesView::ZoomToRect Method}} | {{#customTitle:IPXV_PagesView::ZoomToRect Method}} | ||
− | {{#parentPage:PXV:IPXV_PagesView|ZoomToRect | + | {{#parentPage:PXV:IPXV_PagesView#Methods|ZoomToRect|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
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 | ||
Line 25: | Line 25: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_PagesView|IPXV_PagesView]] | + | [[PXV:IPXV_PagesView|IPXV_PagesView]] |
Latest revision as of 03:05, 15 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.