IPXC_Page::Box Property

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

Jump to: navigation, search


Gets/sets page boxes by the corresponding type.

Syntax

HRESULT get_Box([in]           PXC_BoxType  Type,
                [out, retval]  PXC_Rect*    Box);
HRESULT put_Box([in]  PXC_BoxType  Type,
                [in]  PXC_Rect*    Box);

Parameters

Type
[in] Type of the box.

See Also

IPXC_Page