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.6.5

Syntax

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

Field Value

The name of the person who authored this document.

See Also