IPXC_Page::Box Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::Box Property}} | {{#customTitle:IPXC_Page::Box Property}} | ||
− | {{#parentPage:PXV:IPXC_Page|property}} | + | {{#parentPage:PXV:IPXC_Page|Box Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Box([in] PXC_BoxType nType, [out, retval] PXC_Rect* pBox); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Box([in] PXC_BoxType nType, |
− | HRESULT put_Box([in] PXC_BoxType nType, [in] PXC_Rect* pBox); | + | [out, retval] PXC_Rect* pBox); |
+ | HRESULT put_Box([in] PXC_BoxType nType, | ||
+ | [in] PXC_Rect* pBox); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nType |
:[in] Value of [[PXV:PXC_BoxType|PXC_BoxType]]. | :[in] Value of [[PXV:PXC_BoxType|PXC_BoxType]]. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Page|IPXC_Page]]. | See also [[PXV:IPXC_Page|IPXC_Page]]. |
Revision as of 05:09, 23 April 2015
Property Box of interface IPXC_Page returns/sets Pointer to PXC_Rect ...
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] Value of PXC_BoxType.
See Also
See also IPXC_Page.