←Select platform

Item Property

Summary
Gets the page at the specified index.
Syntax
C#
C++/CLI
Java
Python
public IOcrPage Item( 
   int index 
) { get; } 
@Override public OcrPage get(int location) 
property IOcrPage^ default [int] { 
   IOcrPage^ get(int index); 
} 
public IOcrPage Item( 
   int index 
) # get  (IOcrPageCollection) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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