LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

IsEndOfWord Property

Show in webframe





Gets or sets a value that 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:
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

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.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentCharacter Structure
DocumentCharacter Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features