SVGElementId Property
The value of the ‘id’ attribute on the given element, or the empty string if ‘id’ is not present.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string Id { get; set; }

Property Value

Type: String
The identifier.
Exceptions
ExceptionCondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.
See Also