←Select platform

OcrZones Class

Summary

Defines a list of OcrZone objects.

Syntax

C#
VB
C++
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZones")] 
public class OcrZones : List<OcrZone> 
  
<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  
[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   

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.

Example

For an example, refer to DocumentConvertOptions.PagesZones

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.