CSSEngineMode Enum
CSSEngineMode enumeration
Specifies CSSEngine mode
[Flags]
public enum CSSEngineMode
Values
| Name | Value | Description |
|---|---|---|
| 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 ICSSStyleDeclaration. |
See Also
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML