getPageMarginBottomImportant method

Retrieves whether the bottom margin of the specified @page rule is marked as !important.

 

Syntax

var retval = TemplatePrinter.getPageMarginBottomImportant(pageRule);

Parameters

  • pageRule [in]

    C++ Object pointer that specifies an IHTMLStyleSheetPage rule.
    JScript Object pointer that specifies an @page rule.

Return value

Type: Boolean

Returns true if the specified rule is !important; false otherwise.

Remarks

getPageMarginBottomImportant was introduced in Windows Internet Explorer 8.