IIXC_Page::Crop Method

From PDF XChange PDF SDK
Revision as of 07:01, 29 April 2015 by Oliynykd (Talk | contribs)

Jump to: navigation, search


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.