Aspose.Note for .Net
RichTextTags Property |
Gets the tags.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

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