←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.