The ReadOptions Class is available in LEADTOOLS Document and Medical Imaging toolkits.
This class contains a list of ReadOption objects.
| Visual Basic (Declaration) | |
|---|---|
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")> Public Class ReadOptions Inherits System.Collections.Generic.List(Of ReadOption) Implements ICollection(Of ReadOption), IEnumerable(Of ReadOption), IList(Of ReadOption), ICollection, IEnumerable, IList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ReadOptions | |
| C# | |
|---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")] public class ReadOptions : System.Collections.Generic.List<ReadOption>, ICollection<ReadOption>, IEnumerable<ReadOption>, IList<ReadOption>, ICollection, IEnumerable, IList | |
| C++/CLI | |
|---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadOptions")] public ref class ReadOptions : public System.Collections.Generic.List<ReadOption>, ICollection<ReadOption>, IEnumerable<ReadOption>, IList<ReadOption>, ICollection, IEnumerable, IList | |
For an example, refer to Barcode1d example.
System.Object
System.Collections.Generic.List<T>
Leadtools.Services.Barcode.DataContracts.ReadOptions
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code