IIXC_Page::Crop Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#parentPage:PXV:IIXC_Page|Crop Method|method}}
 
{{#parentPage:PXV:IIXC_Page|Crop Method|method}}
  
{{ToReview}}
 
  
The method crops the specified page to the specified rectangular area.
+
The '''Crop''' method crops the specified page to the specified rectangular area.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:47, 17 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.