Interface ICssPageRule
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
The ICssPageRule
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
- Inherited Members
Properties
- SelectorText
The parsable textual representation of the page selector for the rule.
- Style
The declaration-block of this rule.