C# Класс 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.
Наследование: CssRule, ICssPageRule
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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