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 > 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
public boolean isEndOfWord() public void setEndOfWord(boolean value)
DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.
For an example, refer to DocumentPageText.