←Select platform

Page Property

Summary

Gets the page associated with this IOcrPageCharacters

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrPage Page { get; } 
ReadOnly Property Page As Leadtools.Forms.Ocr.IOcrPage 
@property (nonatomic, strong, readonly) LTOcrPage *page 
public OcrPage getPage() 
get_Page();  

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

Leadtools.Forms.Ocr Assembly