←Select platform

Page Property

Summary

Gets the page associated with this IOcrPageCharacters

Syntax
C#
VB
Objective-C
C++
Java
public IOcrPage Page { get; } 
ReadOnly Property Page As IOcrPage 
@property (nonatomic, strong, readonly) LTOcrPage *page 
public OcrPage getPage() 
property IOcrPage^ Page { 
   IOcrPage^ get(); 
} 

Property Value

A IOcrPage interface implementation object that define the page associated with this IOcrPageCharacters

Remarks

Page is the same IOcrPage object you used to get this IOcrPageCharacters object through GetRecognizedCharacters.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly