 | OcrResultIteratorSymbolIsSubscript Property |
Returns true if the current symbol is a subscript.
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 SymbolIsSubscript { get; }Public ReadOnly Property SymbolIsSubscript As Boolean
Get
public:
property bool SymbolIsSubscript {
bool get ();
}member SymbolIsSubscript : bool with get
/** @property */
public boolean get_SymbolIsSubscript()
function get_SymbolIsSubscript();
Property Value
Boolean
See Also