CSSPageRule public sealed class CSSPageRule : CSSRule Represents the @page rule. Documentation Code public Selector Selector { get; } Gets the selector for matching pages. 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.