HTMLCollection.NamedItem
HTMLCollection.NamedItem method
Returns the item in the collection matched specified name.
public Element NamedItem(string name)
Parameter | Type | Description |
---|---|---|
name | String | The element name. |
Return Value
The matched element
See Also
- class Element
- class HTMLCollection
- namespace Aspose.Svg.Collections
- assembly Aspose.SVG