IIXC_Page::Crop Method

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IIXC_Page_Clone|IIXC_Page::Clone]]

Revision as of 06:45, 18 May 2015


The Crop method crops the specified page to the specified rectangular area.

Syntax

HRESULT Crop([in]  RECT*  pRect);

Parameters

pRect
[in] Pointer to RECT structure which defines the rectangular cropping area.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IIXC_Page
IIXC_Page::Clone