Leadtools.Barcode Namespace > BarcodeReadSymbologyEventArgs Class : GetSymbologies Method |
public BarcodeSymbology[] GetSymbologies()
'Declaration Public Function GetSymbologies() As BarcodeSymbology()
'Usage Dim instance As BarcodeReadSymbologyEventArgs Dim value() As BarcodeSymbology value = instance.GetSymbologies()
public BarcodeSymbology[] GetSymbologies()
ObjectiveC Syntax
function Leadtools.Barcode.BarcodeReadSymbologyEventArgs.GetSymbologies()
public: array<BarcodeSymbology>^ GetSymbologies();
LEADTOOLS barcode reading is designed for speed and multiple barcode symbologies and can be read (or searched for) in one operation as these barcodes share similar characteristics. Therefore, the symbologies being read are stored in a BarcodeSymbology array and can be obtain with this method.
For an example, refer to BarcodeReader.ReadSymbology.
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