IIXC_Page::Rect Property

From PDF XChange PDF SDK
Revision as of 07:57, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Fills the RECT structure with page dimensions, ie, left and top fields will be set to zero, right - to the page width, and bottom to the page height.

Syntax

HRESULT get_Rect([out, retval]  RECT*  pRect);

Remarks

Many IIXC_Page object methods have a pRect parameter that specifies a portion of the page to be processed. When this parameter is NULL, the entire page is processed. Some languages, like C#, cannot easily pass NULL and they need to pass a valid RECT that covers entire page, and this property may be very helpful then.

See Also

IIXC_Page