The Author Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the author value to be used in the resulting PDF document.Visual Basic (Declaration) | |
---|---|
Public Property Author As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentOptions Dim value As String instance.Author = value value = instance.Author |
C# | |
---|---|
public string Author {get; set;} |
Property Value
A System.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 a null reference (Nothing in Visual Basic)For an example, refer to PdfDocumentOptions.
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:
Note that Author is not supported when PdfDocumentOptions.DocumentType is PdfDocumentType.PdfA.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7