←Select platform

Author Property

Summary
Author value to be used in the resulting PDF document.
Syntax
C#
VB
Objective-C
C++
Java
public string Author { get; set; } 
Public Property Author As String 
@property (nonatomic, copy, nullable) NSString *author 
public String getAuthor() 
public void setAuthor(String author) 
public: 
property String^ Author { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

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.

Remarks

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:

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.