←Select platform

EngineTypeExtended Property

Summary

gets the name of the OCR engine type which is used to recognize the specified page.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="EngineTypeExtended", IsRequired=false)] 
public string EngineTypeExtended { get; } 
  
Public ReadOnly Property EngineTypeExtended As String 
public: 
property String^ EngineTypeExtended { 
   String^ get(); 
} 

Property Value

A System.String value that contains the name of the OCR engine used for recognition.

Remarks

This property is for backward compatibility only. Use EngineType to get the OCR engine type as OcrEngineType.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.