Leadtools.Services.Forms.DataContracts Namespace : OcrZones Class |
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")] public class OcrZones : 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
'Declaration <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
'Usage Dim instance As OcrZones
[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
The OcrZones class defines a list of OcrZone object and is used as the value of the OcrPageZones.Zones property which specifies the zones of a page.
For more information, refer to DocumentConvertOptions.PagesZones.