Click or drag to resize

OcrApiInitLanguages Property

Gets the languages string used in the last valid initialization.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string InitLanguages { get; }

Property Value

String
Remarks
If the last initialization specified "deu+hin" then that will be returned.If hin loaded eng automatically as well, then that will not be included in this list.To find the languages actually loaded use LoadedLanguages
See Also