Enum CSSEngineMode
Enum CSSEngineMode
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)
Specifies CSSEngine mode
[ComVisible(true)]
[Flags]
public enum CSSEngineMode
Fields
Default = 0
CSS engine will work like usual.
NotStrict = 1
CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through Aspose.Html.Dom.Css.ICSSStyleDeclaration.