  | TesseractOcrCharIsSubscript Property  | 
Gets a value indicating whether the ocr char is Subscript.
 
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 IsSubscript { get; }Public ReadOnly Property IsSubscript As Boolean
	Get
public:
property bool IsSubscript {
	bool get ();
}Property Value
Type: 
Booleantrue if [IsSubscript]; otherwise, 
false.
See Also