IIXC_Page::Crop Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::Crop Method}}
 
{{#customTitle:IIXC_Page::Crop Method}}
 
{{#parentPage:PXV:IIXC_Page|Crop Method|method}}
 
{{#parentPage:PXV:IIXC_Page|Crop Method|method}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method crops the specified page to the specified rectangular area.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pRect
 
;pRect
:[in]  Pointer to RECT.
+
:[in]  Pointer to RECT structure which defines the rectangular cropping area.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]].

Revision as of 07:01, 29 April 2015


The 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.