←Select platform

OcrPageImage Property

Summary

RasterImage object used as the input for a page when OCR conversion is used.

Syntax

C#
VB
Java
C++
public RasterImage OcrPageImage { get; set; } 
Public Property OcrPageImage() As RasterImage 
   Get 
   Set 
public:  
   property RasterImage^ OcrPageImage 
   { 
      RasterImage^ get() 
      void set(RasterImage^ value) 
   } 
public RasterImage getOcrPageImage() 
public void setOcrPageImage(RasterImage value) 

Property Value

The IOcrPage object used as the input for a page when OCR conversion is used.

Remarks

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

By the default, the engine will get the image from the current DocumentPage. You can override this behavior by supplying your own raster image object when DocumentConverterJobOperation.LoadRasterImage is called during OCR conversion.

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