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