Leadtools.Services.Forms.DataContracts Namespace : OcrPagesZones Class |
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrPagesZones")] public class OcrPagesZones : 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
'Declaration <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
'Usage Dim instance As OcrPagesZones
public sealed class OcrPagesZones : System.Collections.Generic.ICollection<OcrPageZones>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <OcrPageZones>, Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <OcrPageZones>, System.Collections.Generic.IReadOnlyCollection<OcrPageZones>, System.Collections.Generic.IReadOnlyList<OcrPageZones>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
function Leadtools.Services.Forms.DataContracts.OcrPagesZones()
[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
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2