C#
VB
Java
Objective-C
C++
Gets the friendly name of this class.
public abstract string FriendlyName { get; }
<BrowsableAttribute(False)>
Public MustOverride ReadOnly Property FriendlyName As String
@property (nonatomic, copy, readonly) NSString *friendlyName
public abstract String getFriendlyName()
[BrowsableAttribute(false)]
public:
abstract property String^ FriendlyName {
String^ get();
}
A String that contains a friendly name of this class.
The returned value can be used in an application user-interface component. The C# and VB Barcode demos use FriendlyName.
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