RichText.Tags Property

Aspose.Note for .NET API

RichTextTags Property

Gets the tags.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IList<NoteTagCore> Tags { get; }
Public ReadOnly Property Tags As IList(Of NoteTagCore)
	Get
public:
property IList<NoteTagCore^>^ Tags {
	IList<NoteTagCore^>^ get ();
}
member Tags : IList<NoteTagCore> with get

Property Value

Type: IListNoteTagCore
See Also