PdfInfo.Author Property

Gets or sets the name of the person who created the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Author { get; set; }
VB
Public Property Author As String
	Get
	Set

Property Value

Type: String
The name of the person who created the document.

Remarks

Default value: null.

See Also