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)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Box Property}}
 
{{#customTitle:IPXC_Page::Box Property}}
{{#parentPage:PXV:IPXC_Page#Properties|Box Property|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|Box|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 9: Line 9:
 
== 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  nType,
                 [out, retval]  PXC_Rect*    pBox);
+
                 [out, retval]  PXC_Rect*    stBox);
 
HRESULT put_Box([in]  PXC_BoxType  nType,
 
HRESULT put_Box([in]  PXC_BoxType  nType,
                 [in]  PXC_Rect*    pBox);
+
                 [in]  PXC_Rect*    stBox);
 
</pre>
 
</pre>
  
Line 19: Line 19:
  
 
== 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