C#
VB
C++
Class that contains a list of ReadOption objects.
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")]
public class ReadOptions : List<ReadOption>
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")>
Public Class ReadOptions
Inherits System.Collections.Generic.List(Of ReadOption)
Implements System.Collections.Generic.ICollection(Of ReadOption), System.Collections.Generic.IEnumerable(Of ReadOption), System.Collections.Generic.IList(Of ReadOption), System.Collections.Generic.IReadOnlyCollection(Of ReadOption), System.Collections.Generic.IReadOnlyList(Of ReadOption), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")]
public ref class ReadOptions : public System.Collections.Generic.List<ReadOption>, System.Collections.Generic.ICollection<ReadOption>, System.Collections.Generic.IEnumerable<ReadOption>, System.Collections.Generic.IList<ReadOption>, System.Collections.Generic.IReadOnlyCollection<ReadOption>, System.Collections.Generic.IReadOnlyList<ReadOption>, 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