getImage

fun getImage(pageId: String, documentId: String, type: PageFileType, options: BitmapFactory.Options? = null): Bitmap?

Provides Bitmap image of type for given pageId.


fun getImage(imageFile: File, options: BitmapFactory.Options? = null): Bitmap?

Provides image Bitmap from provided File.