←Select platform

Page Property

Summary

Gets the OCR page being used in the current operation.

Syntax

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

Property Value

an IOcrPage instance that specifies the OCR page being used in the current operation. Or a null reference (Nothing in VB) if no page is being used.

Remarks

This member is not valid and will be null (Nothing in VB) when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

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