ICSSPageRule Interface

ICSSPageRule interface

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 interface ICSSPageRule : ICSSRule

Properties

NameDescription
SelectorText { get; set; }The parsable textual representation of the page selector for the rule.
Style { get; }The declaration-block of this rule.

See Also