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: 11.4.0.9.0.377 (.NET 4.5.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