Aspose.Note for .Net
TableTags Property |
Gets the tags of a table.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public List<NoteTagCore> Tags { get; }
Public ReadOnly Property Tags As List(Of NoteTagCore) Get
public: property List<NoteTagCore^>^ Tags { List<NoteTagCore^>^ get (); }
member Tags : List<NoteTagCore> with get
Property Value
Type: ListNoteTagCore