IIXC_Page::Crop Method

From PDF XChange PDF SDK
Revision as of 02:08, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

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

Syntax

HRESULT Crop([in]  RECT*  stRect);

Parameters

stRect
[in] Pointer to RECT structure which defines the rectangular cropping area. If this parameter is NULL the function will do nothing. If it specifies an empty rectangle, or an rectangle that has no intersection with page's rectangle, function will fail.

Return Value

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

See Also

IIXC_Page