Property Title
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Title
Gets or sets the title of the document.
public string? Title { get; set; }
Property Value
- string
The title of the document.
Remarks
Default value: null
.
See an example of using this property in the Document properties section.