CSSEngineMode Enumeration
Specifies CSSEngine mode

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
[FlagsAttribute]
public enum CSSEngineMode
Members
  Member nameValueDescription
Default0 CSS engine will work like usual.
NotStrict1 CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through ICSSStyleDeclaration.
See Also