 | OcrApi.Version Property |
Gets the version identifier as a static string.
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic string Version { get; }
Public ReadOnly Property Version As String
Get
public:
property String^ Version {
String^ get ();
}
member Version : string with get
/** @property */
public String get_Version()
Property Value
Type:
String
See Also