Leadtools.Barcode Namespace > BarcodeData Class : GetBarcodeDataType Method |
public static Type GetBarcodeDataType( BarcodeSymbology symbology )
'Declaration Public Shared Function GetBarcodeDataType( _ ByVal symbology As BarcodeSymbology _ ) As Type
'Usage Dim symbology As BarcodeSymbology Dim value As Type value = BarcodeData.GetBarcodeDataType(symbology)
public static Windows.UI.Xaml.Interop.TypeName GetBarcodeDataType( BarcodeSymbology symbology )
+ (Class)getBarcodeDataType:(LTBarcodeSymbology)symbology;
public static java.lang.Class getBarcodeDataType(BarcodeSymbology symbology)
function Leadtools.Barcode.BarcodeData.GetBarcodeDataType( symbology )
public: static Type^ GetBarcodeDataType( BarcodeSymbology symbology )
Currently, this method returns the following values:
Symbology | Return type |
---|---|
BarcodeSymbology.Datamatrix |
Type of DatamatrixBarcodeData |
BarcodeSymbology.PDF417 |
Type of PDF417BarcodeData |
BarcodeSymbology.MicroPDF417 |
Type of MicroPDF417BarcodeData |
BarcodeSymbology.QR |
Type of QRBarcodeData |
All other BarcodeSymbology members |
Type of BarcodeData |
For an example, refer to CreateDefaultBarcodeData.