←Select platform

Item Property

Summary
Gets the page at the specified index.
Syntax
C#
VB
C++
Java
public IOcrPage Item( 
   int index 
) { get; } 
ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As IOcrPage 
@Override public OcrPage get(int location) 
property IOcrPage^ default [int] { 
   IOcrPage^ get(int index); 
} 

Parameters

index
zero-based index of the page to get.

Property Value

The IOcrPage object at the specified index.

Remarks

The "setter" of this collection is hidden and should not be called.

This member only works with memory-based documents and will throw an exception otherwise. For more information, refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.