HTMLSaveOptions.Title

HTMLSaveOptions.Title property

Gets or sets the title of diagram to render in HTML. If Title is null Diagram.DocumentProperties.Title DocumentProperties will be used as Title. If Diagram.DocumentProperties.Title is null or empty the file name of Diagram will be used as Title.

public string Title { get; set; }

See Also