Gets the type name of the annotation object being loaded or saved.
Object.defineProperty(AnnSerializeObjectEventArgs.prototype, 'typeName',
get: function()
)
typeName: string; // read-only
The type name of the annotation object being loaded or saved.
If this event occurred during AnnCodecs.Load or AnnCodecs.LoadFromXmlDocument, then the value of this property is the type of the AnnObject being loaded.
If this event occurred during 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