IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Box''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
Property '''Box''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:55, 20 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.