text Property

Summary

Gets the object that manages the text and OCR recognition settings of the document.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'text', 
	get: function() 
) 
TypeScript Syntax
text: DocumentText; // read-only 

Property Value

The DocumentText object that manages the text and OCR recognition settings of this Document.

Remarks

Refer to DocumentText for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly