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; }
Public Property Author As String
Get
Set
Property Value
Type:
StringRemarks
Setting the field to null indicates that the field has no value and will not
be added to a file.
See Also