LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

GetSymbologyFriendlyName Method








An BarcodeSymbology enumeration member.
Returns the friendly name of a barcode symbology. .NET support WinRT support Silverlight support
Syntax
public static string GetSymbologyFriendlyName( 
   BarcodeSymbology symbology
)
'Declaration
 
Public Shared Function GetSymbologyFriendlyName( _
   ByVal symbology As BarcodeSymbology _
) As String
'Usage
 
Dim symbology As BarcodeSymbology
Dim value As String
 
value = BarcodeEngine.GetSymbologyFriendlyName(symbology)
public static string GetSymbologyFriendlyName( 
   BarcodeSymbology symbology
)
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeEngine.GetSymbologyFriendlyName( 
   symbology 
)
public:
static String^ GetSymbologyFriendlyName( 
   BarcodeSymbology symbology
) 

Parameters

symbology
An BarcodeSymbology enumeration member.

Return Value

A System.String that contains the friendly name of the symbology.
Remarks

Do not pass the special BarcodeSymbology.Unknown to this member, as this will result in an exception being thrown.

The GetSupportedSymbologies returns all the barcode symbologies (types) supported by LEADTOOLS. Depending on the level of unlocked support and availability of the back end barcodes assemblies, not all of the supported types may be available. For example, if the Leadtools.Barcode.QrRead.dll assembly is missing, QR read support will not be available to your application.

To get a list of the barcode symbologies available for reading, use BarcodeReader.GetAvailableSymbologies and to get a list of the barcode symbologies available for writing, use BarcodeWriter.GetAvailableSymbologies.

To get the friendly name of any barcode symbology, use BarcodeEngine.GetSymbologyFriendlyName.

Example

For an example, refer to GetSupportedSymbologies.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeEngine Class
BarcodeEngine Members
BarcodeEngine.GetSupportedSymbologies
BarcodeReader.GetAvailableSymbologies
BarcodeWriter.GetAvailableSymbologies
Unlocking Barcode Support
Files To Be Included In Your application.

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features