| MetadataAuthor Property |
The name of the person who created the document or resource.
This property corresponds to the "dc:creator" entry
in the XMP metadata and to the "Author" entry in
the document information dictionary.
Namespace: PdfTools.FourHeights.PdfToolbox.PdfAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax public string Author { get; set; }
Property Value
StringExceptions Exception | Condition |
---|
InvalidOperationException | if the metadata have already been closed |
NotSupportedException | [set] the document is read-only |
See Also