Gets or sets the name of the author of the PDF document generated by the HTML to PDF converter.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string AuthorName { get; set; } |
| Visual Basic |
|---|
Public Property AuthorName As String Get Set |
| Visual C++ |
|---|
public: property String^ AuthorName { String^ get (); void set (String^ value); } |