IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== 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  Type,
                 [out, retval]  PXC_Rect*    stBox);
+
                 [out, retval]  PXC_Rect*    Box);
HRESULT put_Box([in]  PXC_BoxType  nType,
+
HRESULT put_Box([in]  PXC_BoxType  Type,
                 [in]  PXC_Rect*    stBox);
+
                 [in]  PXC_Rect*    Box);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nType
+
;Type
 
:[in]  [[PXV:PXC_BoxType|Type]] of the box.
 
:[in]  [[PXV:PXC_BoxType|Type]] of the box.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Page|IPXC_Page]]
 
[[PXV:IPXC_Page|IPXC_Page]]

Revision as of 07:08, 12 June 2015


Gets/sets page boxes by the corresponding type.

Syntax

HRESULT get_Box([in]           PXC_BoxType  Type,
                [out, retval]  PXC_Rect*    Box);
HRESULT put_Box([in]  PXC_BoxType  Type,
                [in]  PXC_Rect*    Box);

Parameters

Type
[in] Type of the box.

See Also

IPXC_Page