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