←Select platform

TypeName Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize