Gets the Type of the data class associated with a specified symbology.
public static Type GetBarcodeDataType(BarcodeSymbology symbology)
Public Shared Function GetBarcodeDataType( _ByVal symbology As Leadtools.Barcode.BarcodeSymbology _) As Type
+ (Class)barcodeDataTypeForSymbology:(LTBarcodeSymbology)symbology public static java.lang.Class getBarcodeDataType(BarcodeSymbology symbology) public:static Type^ GetBarcodeDataType(Leadtools.Barcode.BarcodeSymbology symbology)
symbology
Barcode symbology.
A Type of the derived class associated with a specified symbology or the BarcodeData type when the symbology does not have a specialized data class.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
