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