←Select platform

Page Property

Summary
Gets the OCR page being used in the current operation.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrPage Page { get; } 
Public ReadOnly Property Page As IOcrPage 
@property (nonatomic, strong, readonly, nullable) LTOcrPage *page 
public OcrPage getPage() 
public: 
property IOcrPage^ Page { 
   IOcrPage^ get(); 
} 

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

Leadtools.Ocr Assembly

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