←Select platform

OcrPageImage Property

Summary

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

Syntax
C#
VB
C++
Java
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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