C#
VB
C++
Gets the barcode type.
[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();
}
A BarcodeType value that determines the barcode type.
The BarcodeType.Barcode1dUccean128 type is used only when reading and writing UCCEAN 128 barcodes.
For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
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