IIXC_Page::Crop Method
From PDF XChange PDF SDK
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}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The method | + | 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 == | ||
− | + | :[[PXV:IIXC_Page|IIXC_Page]]. |
Revision as of 06:01, 29 April 2015
The method crops the specified page to the specified rectangular area.
Contents
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.