Class OcrResultPagesCollection
Class for managing the collection of OcrResult.Page elements.
Inheritance
System.Object
OcrResultPagesCollection
Implements
IronSoftware.IDocumentPageCollection<OcrResult.Page>
System.Collections.Generic.IReadOnlyCollection<OcrResult.Page>
System.Collections.Generic.IEnumerable<OcrResult.Page>
System.Collections.IEnumerable
Namespace: IronOcr.OcrResults
Assembly: IronOcr.dll
Syntax
public class OcrResultPagesCollection : List<OcrResult.Page>, IOcrPageCollection, IDocumentPageCollection<OcrResult.Page>, IReadOnlyCollection<OcrResult.Page>, IEnumerable<OcrResult.Page>, IEnumerable
Constructors
OcrResultPagesCollection(List<OcrResult.Page>)
Create new page collection using the specified client and document identifier
Declaration
public OcrResultPagesCollection(List<OcrResult.Page> input)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<OcrResult.Page> | input |
Properties
Length
Count
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
IronSoftware.IDocumentPageCollection<>
System.Collections.Generic.IReadOnlyCollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable