IPXC_Page::Box Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets page boxes by the corresponding [[PXV:PXC_BoxType|type]]. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nType | ;nType | ||
− | :[in] | + | :[in] [[PXV:PXC_BoxType|Type]] of the box. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Page|IPXC_Page]]. | See also [[PXV:IPXC_Page|IPXC_Page]]. |
Revision as of 06:31, 7 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
See also IPXC_Page.