Interface ISVGTests

Interface ISVGTests

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML.dll (25.2.0)

Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.

[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface ISVGTests

Properties

RequiredExtensions

Corresponds to attribute ‘requiredExtensions’ on the given element.

[DOMName("requiredExtensions")]
SVGStringList RequiredExtensions { get; }

Property Value

SVGStringList

RequiredFeatures

Corresponds to attribute ‘requiredFeatures’ on the given element.

[DOMName("requiredFeatures")]
SVGStringList RequiredFeatures { get; }

Property Value

SVGStringList

SystemLanguage

Corresponds to attribute ‘systemLanguage’ on the given element.

[DOMName("systemLanguage")]
SVGStringList SystemLanguage { get; }

Property Value

SVGStringList