Gets the type name of the annotation object being loaded or saved.
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();
public:
property String^ TypeName
{
String^ get()
}
The type name of the annotation object being loaded or saved.
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.
For an example, refer to AnnSerializeOptions and AnnDeserializeOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET