 | OcrResultIteratorSymbolIsSuperscript Property |
Returns true if the current symbol is a superscript.
If iterating at a higher level object than symbols, eg words, then
this will return the attributes of the first symbol in that word.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool SymbolIsSuperscript { get; }Public ReadOnly Property SymbolIsSuperscript As Boolean
Get
public:
property bool SymbolIsSuperscript {
bool get ();
}member SymbolIsSuperscript : bool with get
/** @property */
public boolean get_SymbolIsSuperscript()
function get_SymbolIsSuperscript();
Property Value
Boolean
See Also