IIXC_Page::Scale Method

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
Line 25: Line 25:
 
== See Also ==
 
== See Also ==
 
:[[PXV:IIXC_Page|IIXC_Page]]
 
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_Crop|IIXC_Page::Crop]]
 
:[[PXV:IXC_ScaleMethod|IXC_ScaleMethod]]
 
:[[PXV:IXC_ScaleMethod|IXC_ScaleMethod]]

Revision as of 06:59, 18 May 2015


The method scales the entire page to a specified size.

Syntax

HRESULT Scale([in]  ULONG            nWidth,
              [in]  ULONG            nHeigth,
              [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.

See Also

IIXC_Page
IIXC_Page::Crop
IXC_ScaleMethod