LEADTOOLS WCF OCR (Leadtools.Services.Forms.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
OcrZones Class
See Also  Members  
Leadtools.Services.Forms.DataContracts Namespace : OcrZones Class



The OcrZones Class is available in LEADTOOLS Document and Medical Imaging toolkits.

Defines a list of OcrZone objects.

Object Model

OcrZones ClassOcrZone Class

Syntax

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)ICollectionIEnumerableIList 
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>ICollectionIEnumerableIList  
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>ICollectionIEnumerableIList  

Example

For an example, refer to DocumentConvertOptions.PagesZones

Remarks

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.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Leadtools.Services.Forms.DataContracts.OcrZones

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features