| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="EngineType", IsRequired=True)> Public ReadOnly Property EngineType As OcrEngineType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public OcrEngineType EngineType {get;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public: property OcrEngineType EngineType { OcrEngineType get(); } | |
Return Value
A OcrEngineType value that contains the used OCR engine for recognition.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code