Limitations
Read only.
Gets the document's title. It is an empty string, if there is no title saved in the loaded document.
public string DocumentTitle { get; }
This example shows a simple variant of how to use the 'TXText
TXTextControl.LoadSettings ls = new TXTextControl.LoadSettings();
//...
string docTitle = ls.DocumentTitle;
//...
Read only.