←Select platform

OcrPagesZones Class

Summary

Defines a list of OcrPageZones objects.

Syntax

C#
VB
C++
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrPagesZones")] 
public class OcrPagesZones : List<OcrPageZones> 
  
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrPagesZones")> 
Public Class OcrPagesZones  
   Inherits System.Collections.Generic.List(Of OcrPageZones) 
   Implements System.Collections.Generic.ICollection(Of OcrPageZones), System.Collections.Generic.IEnumerable(Of OcrPageZones), System.Collections.Generic.IList(Of OcrPageZones), System.Collections.Generic.IReadOnlyCollection(Of OcrPageZones), System.Collections.Generic.IReadOnlyList(Of OcrPageZones), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrPagesZones")] 
public ref class OcrPagesZones : public System.Collections.Generic.List<OcrPageZones>, System.Collections.Generic.ICollection<OcrPageZones>, System.Collections.Generic.IEnumerable<OcrPageZones>, System.Collections.Generic.IList<OcrPageZones>, System.Collections.Generic.IReadOnlyCollection<OcrPageZones>, System.Collections.Generic.IReadOnlyList<OcrPageZones>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList   

Remarks

The OcrPagesZones class defines a list of OcrPageZones object and is used as the value of the DocumentConvertOptions.PagesZones property which specifies the zones to be used for all the pages in the source document.

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.