getImage

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

Provides image Bitmap for provided type


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

Provides image Bitmap from provided File