SVGDocumentTitle Property
The title of a document as specified by the ‘title’ sub-element of the ‘svg’ root element (i.e., Here is the title...)

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

Property Value

Type: String
The title of a document.
See Also