Table of Contents

Property Title

Namespace
DocWright.Formats.Epub
Assembly
DocWright.Formats.Epub.dll

Title

Gets or sets the value written as dc:title, or null to take the document's first heading — the default.

public string? Title { get; set; }

Property Value

string

Remarks

EPUB requires a title and DocWright will not invent one, so the fallback chain ends at the literal "Untitled" for a document with no headings. That is a fact about the input rather than a guess about it.