CSSPageRule public sealed class CSSPageRule : CSSRule, ICssSelector, IStyleDeclaration Represents the @page rule. Documentation Code public string SelectorText { get; set; } Gets the parsable textual representation of the page selector for the rule. public CSSStyleDeclaration Style { get; } Gets the declaration-block of this rule.