Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::put_bottomMargin Next Topic: IHTMLBodyElement::put_noWrap |
IHTMLBodyElement::get_bottomMargin
HRESULT get_bottomMargin( VARIANT *p );Retrieves the margin for the bottom of the page and overrides the default margin.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the bottom margin. This property receives "" if the margin is exactly on the bottom edge.
See also put_bottomMargin
IHTMLBodyElement::put_bottomMargin
HRESULT put_bottomMargin( VARIANT v );Sets the margin for the bottom of the page and overrides the default margin.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing either a string or value specifying the bottom margin. If set to "", the margin will be exactly on the bottom edge.
See also get_bottomMargin
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.