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
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

비공개 메소드들

메소드 설명
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