CssPageRule sealed class CssPageRule : CssGroupingRule, ICssPageRule, ICssGroupingRule, ICssRule Represents the @page rule. Documentation Code public ISelector Selector { get; set; } 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.