Author value to be used in the resulting PDF document.
public string Author { get; set; }
Public Property Author As String
public string Author {get; set;}
@property (nonatomic, copy, nullable) NSString *author
public String getAuthor()
public void setAuthor(String author)
<br/>get_Author();<br/>set_Author(value);<br/>Object.defineProperty('Author');
A String which contains the PDF document author (the name of the person who created the document) to be used. To reset the author value, use either an empty string or null. Default value is null.
The author for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the author in the resulting list or as metadata.
LEADTOOLS Document writers supports the following PDF properties:
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET