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
Name | Description |
---|---|
SelectorText { get; set; } | The parsable textual representation of the page selector for the rule. |
Style { get; } | The declaration-block of this rule. |
See Also
- interface ICSSRule
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG