Document.GetElementById
Document.GetElementById method
Restituisce l’elemento che ha un attributo ID con il valore specificato. Se tale elemento non esiste, questo restituisce null. Se più di un elemento ha un attributo ID con quel valore, ciò che viene restituito è indefinito.
public Element GetElementById(string elementId)
Parametro | Tipo | Descrizione |
---|---|---|
elementId | String | L’elemento id. |
Valore di ritorno
IlElement
.
Guarda anche
- class Element
- class Document
- spazio dei nomi Aspose.Svg.Dom
- assemblea Aspose.SVG