OcrZones Class
Summary
Defines a list of OcrZone objects.
Syntax
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")]
public class OcrZones : List<OcrZone>
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")>
Public Class OcrZones
Inherits System.Collections.Generic.List(Of OcrZone)
Implements System.Collections.Generic.ICollection(Of OcrZone), System.Collections.Generic.IEnumerable(Of OcrZone), System.Collections.Generic.IList(Of OcrZone), System.Collections.Generic.IReadOnlyCollection(Of OcrZone), System.Collections.Generic.IReadOnlyList(Of OcrZone), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")]
public ref class OcrZones : public System.Collections.Generic.List<OcrZone>, System.Collections.Generic.ICollection<OcrZone>, System.Collections.Generic.IEnumerable<OcrZone>, System.Collections.Generic.IList<OcrZone>, System.Collections.Generic.IReadOnlyCollection<OcrZone>, System.Collections.Generic.IReadOnlyList<OcrZone>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList