 | PdfDocumentAuthor Property |
The name of the person who created the document.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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
Type:
String
See Also