IPXC_Page::Box Property

From PDF XChange PDF SDK
Revision as of 15:55, 20 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property Box of interface IPXC_Page returns/sets Pointer to PXC_Rect ...

Syntax

HRESULT get_Box([in] PXC_BoxType nType, [out, retval] PXC_Rect* pBox);
HRESULT put_Box([in] PXC_BoxType nType, [in] PXC_Rect* pBox);

Parameters

nType
[in] Value of PXC_BoxType.

See Also

See also IPXC_Page.