Interface ICSSPageRule
Interface ICSSPageRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)
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.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSPageRule")]
public interface ICSSPageRule : ICSSRule
Implements
Properties
SelectorText
The parsable textual representation of the page selector for the rule.
[DOMName("selectorText")]
string SelectorText { get; set; }
Property Value
Style
The declaration-block of this rule.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }