←Select platform

TypeName Property

Summary
Gets the type name of the annotation object being loaded or saved.
Syntax
C#
VB
Objective-C
C++
Java
public string TypeName { get; } 
Public ReadOnly Property TypeName As String 
@property (nonatomic,copy,readonly) NSString* typeName; 
public String getTypeName() 
public:  
   property String^ TypeName 
   { 
      String^ get() 
   } 

Property Value

The type name of the annotation object being loaded or saved.

Remarks

If this event occurred during AnnCodecs.Load or AnnCodecs.LoadFromString then the value of this property is the type of the AnnObject being loaded.

If this event occurred during AnnCodecs.Save or AnnCodecs.SaveToString, then the value of this property is the type of the AnnObject being saved. The object itself is in the AnnObject property.

Example

For an example, refer to AnnSerializeOptions and AnnDeserializeOptions.

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.