Get or set the publication author in the docAuthor/text element of the NCX document.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also