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.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Title { get; }
Public ReadOnly Property Title As String
Get
public:
property String^ Title {
String^ get ();
}
member Title : string with get
Property Value
Type:
String
The title of a document.
See Also