| 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.SvgAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
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