Property ImageData
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
ImageData
Gets the raw image data as a PNG-encoded byte array.
public byte[] ImageData { get; }
Property Value
- byte[]
Remarks
The PNG bytes are generated lazily from the underlying Image on first access and then cached for subsequent reads.