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

GetAvailableSymbologies Method (BarcodeWriter)








Gets a list of all the barcode symbologies (types) currently available for writing by LEADTOOLS. .NET support WinRT support Silverlight support
Syntax
public BarcodeSymbology[] GetAvailableSymbologies()
'Declaration
 
Public Function GetAvailableSymbologies() As BarcodeSymbology()
'Usage
 
Dim instance As BarcodeWriter
Dim value() As BarcodeSymbology
 
value = instance.GetAvailableSymbologies()
public BarcodeSymbology[] GetAvailableSymbologies()
ObjectiveC Syntax
 function Leadtools.Barcode.BarcodeWriter.GetAvailableSymbologies()
public:
array<BarcodeSymbology>^ GetAvailableSymbologies(); 

Return Value

An array of BarcodeSymbology enumeration members that lists all the barcode symbologies (types) currently available for writing by LEADTOOLS.
Remarks

The GetSupportedSymbologies returns all the barcode symbologies (types) supported by LEADTOOLS. Depending on the level of support unlocked and availability of the back end barcodes assemblies, not all of the supported types may be available. For example, if the Leadtools.Barcode.QrWrite.dll assembly is missing, QR write 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 BarcodeEngine.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

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

 

 


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