C#
VB
C++
This class contains a list of BarcodeData classes.
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcodes")]
public class Barcodes : List<BarcodeData>
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcodes")>
Public Class Barcodes
Inherits System.Collections.Generic.List(Of BarcodeData)
Implements System.Collections.Generic.ICollection(Of BarcodeData), System.Collections.Generic.IEnumerable(Of BarcodeData), System.Collections.Generic.IList(Of BarcodeData), System.Collections.Generic.IReadOnlyCollection(Of BarcodeData), System.Collections.Generic.IReadOnlyList(Of BarcodeData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="Barcodes")]
public ref class Barcodes : public System.Collections.Generic.List<BarcodeData>, System.Collections.Generic.ICollection<BarcodeData>, System.Collections.Generic.IEnumerable<BarcodeData>, System.Collections.Generic.IList<BarcodeData>, System.Collections.Generic.IReadOnlyCollection<BarcodeData>, System.Collections.Generic.IReadOnlyList<BarcodeData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
For an example, refer to Barcode1d 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