 | OcrPixWidth Property |
Gets the pixel width of the image. This can also be thought of as the number of pixels in one scan line.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int Width { get; }Public ReadOnly Property Width As Integer
Get
public:
property int Width {
int get ();
}member Width : int with get
/** @property */
public int get_Width()
Property Value
Int32
See Also