IIXC_Page::Scale Method
From PDF XChange PDF SDK
(→See Also) |
|||
Line 3: | Line 3: | ||
{{#parentPage:PXV:IIXC_Page|Scale Method|method}} | {{#parentPage:PXV:IIXC_Page|Scale Method|method}} | ||
− | |||
− | The method scales the entire page to a specified size. | + | The '''Scale''' method scales the entire page to a specified size. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT Scale([in] ULONG nWidth, | <pre class="brush:cpp;gutter:false">HRESULT Scale([in] ULONG nWidth, | ||
− | [in] ULONG | + | [in] ULONG nHeight, |
[in] IXC_ScaleMethod nMethod);</pre> | [in] IXC_ScaleMethod nMethod);</pre> | ||
Revision as of 12:06, 18 May 2015
The Scale method scales the entire page to a specified size.
Contents
Syntax
HRESULT Scale([in] ULONG nWidth, [in] ULONG nHeight, [in] IXC_ScaleMethod nMethod);
Parameters
- nWidth
- [in] Specifies the new width of the page in pixels.
- nHeigth
- [in] Specifies the new height of the page in pixels.
- nMethod
- [in] Value of IXC_ScaleMethod specifies the method which will be used for scaling the image.
Return Value
Returns S_OK if operation was successful or error code in other cases.