←Select platform

FriendlyName Property (IBarcodeWriteOptions)

Summary

Gets the friendly name of this class.

Syntax

C#
VB
WinRT C#
C++
[BrowsableAttribute(false)] 
string FriendlyName {get;} 
<BrowsableAttribute(False)> 
ReadOnly Property FriendlyName As String 
[BrowsableAttribute(false)] 
string FriendlyName {get;} 
BrowsableAttribute() 
get_FriendlyName();  
[BrowsableAttribute(false)] 
property String^ FriendlyName { 
   String^ get(); 
} 

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# and VB Barcode demos use FriendlyName.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly