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
RequiredFeatures
Corresponds to attribute ‘requiredFeatures’ on the given element.
[DOMName("requiredFeatures")]
SVGStringList RequiredFeatures { get; }
Property Value
SystemLanguage
Corresponds to attribute ‘systemLanguage’ on the given element.
[DOMName("systemLanguage")]
SVGStringList SystemLanguage { get; }