  | TesseractOcrImageSizeHeight Property  | 
Gets the height in pixels of the internal image..
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic int Height { get; }Public ReadOnly Property Height As Integer
	Get
public:
virtual property int Height {
	int get () sealed;
}Property Value
Type: 
Int32
The height in pixels.
See Also