IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Box Property}}
 
{{#customTitle:IPXC_Page::Box Property}}
Line 18: Line 19:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]].

Revision as of 05:47, 20 May 2015


Gets/sets page boxes by the corresponding type.

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] Type of the box.

See Also

IPXC_Page.