←Select platform

TextObject Property

Summary

Gets the AnnTextObject that is entering text-editing mode.

Syntax
C#
VB
Objective-C
C++
Java
public AnnTextObject TextObject { get; } 
Public ReadOnly Property TextObject As AnnTextObject 
@property (nonatomic) LTAnnTextObject* textObject; 
public AnnTextObject getTextObject() 
public:  
   property AnnTextObject^ TextObject 
   { 
      AnnTextObject^ get() 
   } 

Property Value

The AnnTextObject that is entering text editing mode.

Example

For an example, refer to AnnAutomation.EditText

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly