IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Box Property}}
 
{{#customTitle:IPXC_Page::Box Property}}
 +
{{#parentPage:PXV:IPXC_Page#Properties|Box|property}}
 +
{{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 ==
<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*   stBox);
 +
HRESULT put_Box([in] PXC_BoxType nType,
 +
                [in] PXC_Rect*   stBox);
 
</pre>
 
</pre>
  
 
== 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]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 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.

See Also

IPXC_Page