IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search


Gets/sets page boxes by the corresponding type.

Syntax

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

Parameters

nType
[in] Type of the box.

See Also

IPXC_Page