←Select platform

Item Property

Summary

Gets the page at the specified index.

Syntax

C#
VB
Java
C++
public IOcrPage Item( 
   int index 
) { get; } 
ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As Leadtools.Forms.Ocr.IOcrPage 
@Override public OcrPage get(int location) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly