  | TesseractOcrTextLineIndex Property  | 
Gets the index of this text line related to the parent element container.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic int Index { get; }Public ReadOnly Property Index As Integer
	Get
public:
virtual property int Index {
	int get () sealed;
}Property Value
Type: 
Int32
See Also