| TesseractOcrImageSizeWidth Property |
Gets the width 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
Syntax public int Width { get; }
Public ReadOnly Property Width As Integer
Get
public:
virtual property int Width {
int get () sealed;
}
Property Value
Type:
Int32
The width in pixels.
See Also