Gets the friendly name for AnnObject.
Object.defineProperty(AnnObject.prototype, 'friendlyName',
get: function()
)
friendlyName: string; // read-only
A string that represents the friendly name for the AnnObject.
This property is overridden by derived class to return a friendly name of the object. For example, AnnRectangleObject will return "Rectangle" and AnnHotspotObject will return "Hotspot".
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