The words contained by the line.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic IList<Word> Words { get; }
Public ReadOnly Property Words As IList(Of Word)
Get
public:
property IList<Word^>^ Words {
IList<Word^>^ get ();
}
member Words : IList<Word> with get
Property Value
Type:
IListWord
See Also