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 selectorText property of the CSSPageRule interface gets and sets the selectors associated with the CSSPageRule.
Style { get; }The style read-only property of the CSSPageRule interface returns a CSSStyleDeclaration object. This represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.

See Also