The OcrZones Class is available in LEADTOOLS Document and Medical Imaging toolkits.
Defines a list of OcrZone objects.Visual Basic (Declaration) | |
---|---|
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")> Public Class OcrZones Inherits System.Collections.Generic.List(Of OcrZone) Implements ICollection(Of OcrZone), IEnumerable(Of OcrZone), IList(Of OcrZone), ICollection, IEnumerable, IList |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZones |
C# | |
---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")] public class OcrZones : System.Collections.Generic.List<OcrZone>, ICollection<OcrZone>, IEnumerable<OcrZone>, IList<OcrZone>, ICollection, IEnumerable, IList |
C++/CLI | |
---|---|
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")] public ref class OcrZones : public System.Collections.Generic.List<OcrZone>, ICollection<OcrZone>, IEnumerable<OcrZone>, IList<OcrZone>, ICollection, IEnumerable, IList |
For an example, refer to DocumentConvertOptions.PagesZones
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.
System.Object
System.Collections.Generic.List<T>
Leadtools.Services.Forms.DataContracts.OcrZones
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7