←Select platform

Type Property

Summary

Gets the barcode type.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Type", IsRequired=true)] 
public BarcodeType Type { get; } 
  
<DataMemberAttribute(Name="SearchType", IsRequired=True)> 
Public ReadOnly Property Type As Leadtools.Services.Barcode.Datacontracts.BarcodeType 
[DataMemberAttribute(Name="SearchType", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.BarcodeType Type { 
   Leadtools.Services.Barcode.Datacontracts.BarcodeType get(); 
} 

Property Value

A BarcodeType value that determines the barcode type.

Remarks

The BarcodeType.Barcode1dUccean128 type is used only when reading and writing UCCEAN 128 barcodes.

Example

For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly