Page.Author Property

Aspose.Note for .NET API

PageAuthor Property

Gets or sets the author.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string Author { get; set; }
Public Property Author As String
	Get
	Set
public:
property String^ Author {
	String^ get ();
	void set (String^ value);
}
member Author : string with get, set

Property Value

Type: String
See Also