Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobEventArgs Class : OcrPage Property |
public IOcrPage OcrPage {get;}
'Declaration
Public ReadOnly Property OcrPage As IOcrPage
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As IOcrPage value = instance.OcrPage
public OcrPage getOcrPage()
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.
For an example, refer to RunJob and RunJobAsync.