IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Box''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
+
Gets/sets page boxes by the corresponding [[PXV:PXC_BoxType|type]].
  
 
== Syntax ==
 
== Syntax ==
Line 16: Line 16:
 
== Parameters ==
 
== Parameters ==
 
;nType
 
;nType
:[in]  Value of [[PXV:PXC_BoxType|PXC_BoxType]].
+
:[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 07: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.