Element.SetIdAttributeNS
Element.SetIdAttributeNS method
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute.
public void SetIdAttributeNS(string namespaceURI, string localName, bool isId)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
isId | Boolean | if set to true [is id]. |
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG