LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

Fonts Property

Show in webframe





Gets a list of the fonts found in this document page.
Syntax
public IList<DocumentFont> Fonts {get;}
'Declaration
 
Public ReadOnly Property Fonts As IList(Of DocumentFont)
'Usage
 
Dim instance As DocumentPageText
Dim value As IList(Of DocumentFont)
 
value = instance.Fonts

            

            
public:
property IList<DocumentFont>^ Fonts {
   IList<DocumentFont>^ get();
}

Property Value

A IList of DocumentFont objects for each font found in the page. The default value is null.
Remarks

To read the text objects from a document, you use the ParsePageText method. The fonts found in the page will be set in the 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 an index to 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 the index of 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 (with no 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