Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.Forms.DataContracts Namespace > RecognizeResponse Class : EngineType Property |
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public OcrEngineType EngineType {get;}
'Declaration <DataMemberAttribute(Name="EngineType", IsRequired=True)> Public ReadOnly Property EngineType As OcrEngineType
'Usage Dim instance As RecognizeResponse Dim value As OcrEngineType value = instance.EngineType
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public: property OcrEngineType EngineType { OcrEngineType get(); }