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.Svg
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public string Title { get; }

Property Value

Type: String
The title of a document.
See Also