Retrieves the margin, in pixels, for the bottom of the page and overrides the default margin.
Syntax
HRESULT get_bottomMargin( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives the bottom margin. For details, see the bottomMargin property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
get_leftMargin, get_rightMargin, get_topMargin
Sets the margin, in pixels, for the bottom of the page and overrides the default margin.
Syntax
HRESULT put_bottomMargin( VARIANT v );
Parameters
- v
- VARIANT structure that contains either a string or value that specifies the bottom margin to set. For details, see the bottomMargin property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
put_leftMargin, put_rightMargin, put_topMargin