Get current page image. @param bitmap is buffer to put data to.
(Bitmap bitmap)
| 306 | * @param bitmap is buffer to put data to. |
| 307 | */ |
| 308 | public void getPageImage(Bitmap bitmap) { |
| 309 | synchronized(mutex) { |
| 310 | getPageImageInternal(bitmap, DeviceInfo.EINK_SCREEN ? 4 : 32); |
| 311 | } |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Check whether point of current document contains image. |
no test coverage detected