Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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, nullable) 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.