| Overload | Description |
|---|---|
| ReadBytes(Byte[]) | Reads bytes from the stream of the image file. |
| ReadBytes(Byte[],Int32,Int32) | Reads count bytes from the stream of the image file with index as the starting point in the byte array. |
| ReadBytes(Int32) | Reads count bytes from the stream of the image file into a byte array and advances the current position by count bytes. |