LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

Words Property

Show in webframe





Gets a list of the text words found in this document page
Syntax
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:
property IList<DocumentWord>^ Words {
   IList<DocumentWord>^ get();
}

Property Value

A IList of DocumentWord objects for each text word found in the page. Default value is null.
Remarks

To read the text objects from a document, use the ParsePageText method. The fonts found in the page will be set in the in Fonts property of the returned DocumentPageText object.

The text characters found in the page will be returned in the Characters property. Each DocumentCharacter object in the list will have its DocumentCharacter.FontIndex property set to the index of an item in the Fonts list.

The text words found in the page will be returned in the Words property. Each DocumentWord object in the list will have its DocumentWord.FontIndex property set to an index to an item in the Fonts list. Also, the DocumentWord.FirstCharacterIndex and DocumentWord.LastCharacterIndex will contain the indices of the characters of the word in the Characters list.

The overall text string (without any extra properties) can be obtained using the DocumentPageText.BuildText method.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentPageText Class
DocumentPageText 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