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