(Leadtools.Annotations.Core)

TypeName Property

Show in webframe





Gets the type name of the annotation object being loaded or saved.
Syntax
public string TypeName {get;}
Public ReadOnly Property TypeName As String
public string TypeName {get;}
@property (nonatomic,copy,readonly) NSString* typeName;
public String getTypeName()
 get_TypeName(); 

Property Value

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

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

If this event occurred during AnnCodecs.Save, AnnCodecs.SaveToString or AnnCodecs.Save, 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

See Also

Reference

AnnSerializeObjectEventArgs Class
AnnSerializeObjectEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.