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