←Select platform

OcrPage Property

Summary

The IOcrPage object created when converting using OCR.

Syntax

C#
VB
Java
C++
public IOcrPage OcrPage { get; } 
Public ReadOnly Property OcrPage() As IOcrPage 
   Get 
public:  
   property IOcrPage^ OcrPage 
   { 
      IOcrPage^ get() 
   } 
public OcrPage getOcrPage() 

Property Value

The IOcrPage object created by the engine when OCR is used in the conversion.

Remarks

This value is always null if OCR is not used in the conversion and is not available with all operations.

Refer to DocumentConverterJobOperation for more information.

Example

For an example, refer to RunJob and RunJobAsync.

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.Documents.Converters Assembly