getPageMarginTopImportant method

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

 

Syntax

var retval = TemplatePrinter.getPageMarginTopImportant(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

getPageMarginTopImportant was introduced in Windows Internet Explorer 8.