| TesseractOcrImageSizeHeight Property |
Gets the height in pixels of the internal image..
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public 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