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
public sealed class OcrZones : System.Collections.Generic.ICollection<OcrZone>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <OcrZone>, Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <OcrZone>, System.Collections.Generic.IReadOnlyCollection<OcrZone>, System.Collections.Generic.IReadOnlyList<OcrZone>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
function Leadtools.Services.Forms.DataContracts.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2