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.Svg.Dom.Css
- assembly Aspose.SVG