C# Class SharpVectors.Dom.Css.CssPageRule

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.
Inheritance: CssRule, ICssPageRule
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Private Methods

Méthode Description
CssPageRule ( Match match, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System

The constructor for CssPageRule

Parse ( string &css, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : CssRule