Gets the name of the person who authored this document.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public string Author { get; private set; }
Visual Basic
Public Property Author As String
	Get
	Private Set
Visual C++
public:
property String^ Author {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The name of the person who authored this document.

See Also