IPXC_Page::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IPXC_Page::Box Property}}
 
{{#customTitle:IPXC_Page::Box Property}}
 
{{#parentPage:PXV:IPXC_Page|Box Property|property}}
 
{{#parentPage:PXV:IPXC_Page|Box Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

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.