SVGDocument.Title

SVGDocument.Title property

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

public string Title { get; }

Property Value

The title of a document.

See Also