 | PdfDocumentAuthor Property |
The name of the person who created the document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic string Author { get; set; }Public Property Author As String
Get
Set
public:
property String^ Author {
String^ get ();
void set (String^ value);
}member Author : string with get, set
/** @property */
public String get_Author()
/** @property */
public void set_Author(String value)
function get_Author();
function set_Author(value);
Property Value
String
See Also