Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

GetBarcodeDataType Method








Barcode symbology.
Gets the Type of the data class associated with a specified symbology.
Syntax
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)barcodeDataTypeForSymbology:(LTBarcodeSymbology)symbology
public static java.lang.Class getBarcodeDataType(BarcodeSymbology symbology)
 function Leadtools.Barcode.BarcodeData.GetBarcodeDataType( 
   symbology 
)
public:
static Type^ GetBarcodeDataType( 
   BarcodeSymbology symbology
) 

Parameters

symbology
Barcode symbology.

Return Value

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.
Remarks

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

Example

For an example, refer to CreateDefaultBarcodeData.

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members
CreateDefaultBarcodeData Method
DatamatrixBarcodeData Class
MicroPDF417BarcodeData Class
PDF417BarcodeData Class
QRBarcodeData Class

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features