IIXC_Page::Clone Method

From PDF XChange PDF SDK
Revision as of 06:50, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

The Clone method creates an exact copy of a whole page or a specified rectangular area of the page.

Syntax

HRESULT Clone([in, defaultvalue(NULL)]  RECT*        Rect,
              [out, retval]             IIXC_Page**  Clone);

Parameters

Rect
[in, defaultvalue(NULL)] Pointer to RECT structure which defines the rectangular area of the page page which will be cloned. If this parameter is NULL, the entire page will be cloned.
Clone
[out, retval] Pointer to the variable where the IIXC_Page pointer of the cloned page will be stored.

Return Value

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

See Also

IIXC_Page