 | OcrPixHeight Property |
Gets the pixel height of the image. Also sometimes referred to as the number of scan lines.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int Height { get; }Public ReadOnly Property Height As Integer
Get
public:
property int Height {
int get ();
}member Height : int with get
/** @property */
public int get_Height()
Property Value
Int32
See Also