 | OcrChoiceIteratorUtf8Text Property |
Gets the UTF-8 encoded text string for the current choice.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string Utf8Text { get; }Public ReadOnly Property Utf8Text As String
Get
public:
property String^ Utf8Text {
String^ get ();
}member Utf8Text : string with get
/** @property */
public String get_Utf8Text()
Property Value
String
See Also