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 )
ObjectiveC Syntax
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2