| TesseractOcrImageSizeBufferLenght Property |
Gets the raw buffer size of the internal image in BGRA format.
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntax public int BufferLenght { get; }
Public ReadOnly Property BufferLenght As Integer
Get
public:
virtual property int BufferLenght {
int get () sealed;
}
Property Value
Type:
Int32
The raw buffer size of the internal image.
See Also