IPXC_Page::Box Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Box([in] PXC_BoxType nType, | <pre class="brush:cpp;gutter:false">HRESULT get_Box([in] PXC_BoxType nType, | ||
− | [out, retval] PXC_Rect* | + | [out, retval] PXC_Rect* stBox); |
HRESULT put_Box([in] PXC_BoxType nType, | HRESULT put_Box([in] PXC_BoxType nType, | ||
− | [in] PXC_Rect* | + | [in] PXC_Rect* stBox); |
</pre> | </pre> | ||
Revision as of 01:21, 4 June 2015
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.