←Select platform

ReadOptions Class

Summary

Class that contains a list of ReadOption objects.

Syntax

C#
VB
C++
[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   

Example

For an example, refer to Barcode1d 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