←Select platform

OcrDocument Property

Summary

The IOcrDocument object created when converting using OCR.

Syntax
C#
VB
C++
Java
public IOcrDocument OcrDocument { get; } 
Public ReadOnly Property OcrDocument() As IOcrDocument 
   Get 
public:  
   property IOcrDocument^ OcrDocument 
   { 
      IOcrDocument^ get() 
   } 
public OcrDocument getOcrDocument() 

Property Value

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

Leadtools.Document.Converter Assembly