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()
@property (nonatomic, assign, readonly) LTBarcodeSymbology* symbologies;
public BarcodeSymbology[] getSymbologies()
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.