←Select platform

FriendlyName Property

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

Property Value

A String that contains a friendly name of this class. The default value is Patch Code.

Remarks

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

Requirements

Target Platforms

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

Leadtools.Barcode Assembly

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