Table of Contents

Class CssPageRule

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Css.dll

The CSSPageRule interface represents a @page rule within a CSS style sheet. The @page rule is used to specify the dimensions, orientation, margins, etc. of a page box for paged media.

public sealed class CssPageRule : CssRule, ICssPageRule, ICssRule
Inheritance
CssPageRule
Implements
Inherited Members

Properties

SelectorText

The parsable textual representation of the page selector for the rule.

Style

The declaration-block of this rule.

Type

The type of the rule. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type.