Interface ISVGTests
ISVGTests interface
Interface SVGTests definisce un’interfaccia che si applica a tutti gli elementi che hanno attributi ‘requiredFeatures’, ‘requiredExtensions’ e ‘systemLanguage’.
public interface ISVGTests
Proprietà
| Nome | Descrizione |
|---|---|
| RequiredExtensions { get; } | Corrisponde all’attributo ‘requiredExtensions’ sull’elemento dato. |
| RequiredFeatures { get; } | Corrisponde all’attributo ‘requiredFeatures’ sull’elemento dato. |
| SystemLanguage { get; } | Corrisponde all’attributo ‘systemLanguage’ sull’elemento dato. |
Guarda anche
- spazio dei nomi Aspose.Html.Dom.Svg
- assemblea Aspose.HTML