Leadtools.Forms.DocumentReaders Namespace > DocumentCharacter Structure : IsEndOfWord Property |
public bool IsEndOfWord {get; set;}
'Declaration Public Property IsEndOfWord As Boolean
'Usage Dim instance As DocumentCharacter Dim value As Boolean instance.IsEndOfWord = value value = instance.IsEndOfWord
You can use the IsEndOfWord, IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the words, lines, paragraphs and pages of the text found in a document.
For an example, refer to DocumentPageText.