Document.QuerySelector
Document.QuerySelector method
Returns the first Element in document, which match selector
public Element QuerySelector(string selector)
Parameter | Type | Description |
---|---|---|
selector | String | The selector. |
Return Value
The matched node.
See Also
- class Element
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG