IHTMLBodyElement::get_bottomMarginIHTMLBodyElement::get_bottomMargin*
*



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.

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

Up Top of Page


IHTMLBodyElement::put_bottomMargin


HRESULT put_bottomMargin(
    VARIANT v
);

Sets the margin for the bottom of the page and overrides the default margin.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.