LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)
LEAD Technologies, Inc

ObjectManager Property






Gets the object to use for parsing the document pages objects such as text items.
Syntax
public DocumentObjectManager ObjectManager {get;}
'Declaration
 
Public ReadOnly Property ObjectManager As DocumentObjectManager
'Usage
 
Dim instance As DocumentReader
Dim value As DocumentObjectManager
 
value = instance.ObjectManager
public DocumentObjectManager ObjectManager {get;}
 get_ObjectManager(); 
public:
property DocumentObjectManager^ ObjectManager {
   DocumentObjectManager^ get();
}

Property Value

A DocumentObjectManager object that can be used to parse the document pages objects such as the text items. The default value is null (Nothing in Visual Basic).
Remarks

Instances of the DocumentObjectManagerare not created directly. Instead access the instance automatically created inside a DocumentReader using the ObjectManager property.

The DocumentObjectManager contains the ParsePageText method that allows you to parse the text of the document. You can use ParsePageText to parse the text of all the pages in a document by using it in a loop. However, you must call BeginParse before parsing starts and EndParse when parsing is done.

The various document readers will parse text differently, currently, LEADTOOLS ships with the following document readers:

LEADTOOLS will add more document readers and functionality in the near future for document such as DICOM, DOC/DOCX(2007/2010), XLS/XLSX(2007/2010) and RTF.

More objects types such as images, bookmarks, hyperlinks and annotations will also be added in the near future.

Example

For an example, refer to DocumentObjectManager.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentReader Class
DocumentReader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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