LEADTOOLS Barcode (Leadtools.Barcode assembly)

GetBarcodeDataType Method

Show in webframe







Barcode symbology.
Gets the System.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)getBarcodeDataType:(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 System.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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