←Select platform

FriendlyName Property

Summary
Gets the friendly name of this class.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public abstract string FriendlyName { get; } 
@property (nonatomic, copy, readonly) NSString *friendlyName; 
public abstract String getFriendlyName() 
[BrowsableAttribute(false)] 
public: 
abstract property String^ FriendlyName { 
   String^ get(); 
} 
FriendlyName get (BarcodeReadOptions) 

Property Value

A String that contains a friendly name of this class.

Remarks

The returned value can be used in an application user-interface component. The C# Barcode demos use FriendlyName.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.