Enum CSSEngineMode

Enum CSSEngineMode

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG.dll (25.5.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.Svg.Dom.Css.ICSSStyleDeclaration.

 English