Title.TitleDate Property

Aspose.Note for .NET API

TitleTitleDate Property

Gets or sets a string representation of the date in the title.

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

Property Value

Type: RichText
See Also