Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsEndOfWord Property






Indicates if this the last character in a word.
Syntax
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)
            
public:
property bool IsEndOfWord {
   bool get();
   void set (    bool value);
}

Property Value

true if this is the last character in a word; otherwise, it is false. The default value is false.
Remarks

DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentCharacter Structure
DocumentCharacter Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features