Page File Storage
open class PageFileStorage(pageStorageProcessor: DocumentPageStorageProcessor, val pageStorage: DocumentPageStorage, fileIOProcessor: FileIOProcessor)
Interaction class which could operate with Page files.
Constructors
Link copied to clipboard
constructor(pageStorageProcessor: DocumentPageStorageProcessor, pageStorage: DocumentPageStorage, fileIOProcessor: FileIOProcessor)
Functions
Link copied to clipboard
fun getImage(pageId: String, documentId: String, type: PageFileType, options: BitmapFactory.Options? = null): Bitmap?
Link copied to clipboard
Link copied to clipboard
fun getPreviewImage(pageId: String, documentId: String, type: PageFileType, options: BitmapFactory.Options? = null): Bitmap?
Link copied to clipboard