Click or drag to resize

PdfDocumentMetadataAuthor Property

Gets or sets the Author field of the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public string Author { get; set; }

Property Value

Type: String
Remarks
Setting the field to null indicates that the field has no value and will not be added to a file.
See Also