ICssPageRule public interface ICssPageRule : ICssGroupingRule, ICssRule Represents the @page CSS rule. Documentation Code string SelectorText { get; set; } Gets or sets the textual representation of the selector for this rule, e.g. "h1,h2". ICssStyleDeclaration Style { get; } Gets the CSSStyleDeclaration object for the rule.