getPageMarginLeftImportant method

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

 

Syntax

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

getPageMarginLeftImportant was introduced in Windows Internet Explorer 8.