Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPageText Class : Words Property |
public IList<DocumentWord> Words {get;}
'Declaration
Public ReadOnly Property Words As IList(Of DocumentWord)
'Usage
Dim instance As DocumentPageText Dim value As IList(Of DocumentWord) value = instance.Words
public List<DocumentWord> getWords()
public: property IList<DocumentWord>^ Words { IList<DocumentWord>^ get(); }
The text words are created from the characters found in the document based on the IsEndOfWord returned by document parsing engine. Whenever an "end of word" is found, the last set of characters are grouped together and stored as an item in the Words list. This is not performed automatically, instead, you must call BuildWords to populate the Words list from the Characters.
For more information, refer to Parsing Text with the Documents Library.
For an example, refer to DocumentPageText.