public abstract string FriendlyName { get; }
Public MustOverride ReadOnly Property FriendlyName As String
@property (nonatomic,copy,readonly) NSString* friendlyName;
public abstract String getFriendlyName()
public:
virtual property String^ FriendlyName
{
String^ get() abstract;
}
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".
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document