Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

OcrPageImage Property






RasterImage object used as the input for a page when OCR conversion is used.
Syntax
public RasterImage OcrPageImage {get; set;}
'Declaration
 
Public Property OcrPageImage As RasterImage
'Usage
 
Dim instance As DocumentConverterJobEventArgs
Dim value As RasterImage
 
instance.OcrPageImage = value
 
value = instance.OcrPageImage
public RasterImage getOcrPageImage()
public void setOcrPageImage(RasterImage value)
            
public:
property RasterImage^ OcrPageImage {
   RasterImage^ get();
   void set (    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

See Also

Reference

DocumentConverterJobEventArgs Class
DocumentConverterJobEventArgs Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features