  | TesseractOcrCharIsSuperscript Property  | 
Gets a value indicating whether the ocr char is Superscript.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsSuperscript { get; }Public ReadOnly Property IsSuperscript As Boolean
	Get
public:
property bool IsSuperscript {
	bool get ();
}Property Value
Type: 
Booleantrue if [IsSuperscript]; otherwise, 
false.
See Also