←Select platform

Text Property

Summary

Object that manages the text and OCR recognition settings of the document.

Syntax

C#
VB
Java
C++
public DocumentText Text { get; } 
Public ReadOnly Property Text() As DocumentText 
   Get 
public:  
   property DocumentText^ Text 
   { 
      DocumentText^ get() 
   } 
public DocumentText getText() 

Property Value

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

Remarks

Refer to DocumentText for more information.

Example

For an example, refer to DocumentText.

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