 | OcrPixStride Property |
Gets the stride width (also called scan width) of the image.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int Stride { get; }Public ReadOnly Property Stride As Integer
Get
public:
property int Stride {
int get ();
}member Stride : int with get
/** @property */
public int get_Stride()
Property Value
Int32
See Also