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