←Select platform

OcrEngineStartupParameters Property

Summary

Startup parameters to use with the OCR engine during the conversion.

Syntax
C#
VB
C++
public string OcrEngineStartupParameters { get; set; } 
Public Property OcrEngineStartupParameters() As String 
   Get 
   Set 
public:  
   property String^ OcrEngineStartupParameters 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The startup parameters to use with the OCR engine during the conversion. The default value is null.

Remarks

If this property is set, The runner will create a new IOcrEngine instance and use this value as the startupParamaters value to IOcrEngine.Startup.

Example

For an example, refer to StatusJobDataRunner.

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