HtmlSaveOptionsTitle Property |
Gets and sets a title for the generated HTML document. If none is provided, it tries to find an embedded 'title' from the original document. None are found, so it writes "Untitled document". Default: null.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public string Title { get; set; }
Public Property Title As String
Get
Set
Property Value
StringSee Also