PageStorageProcessor

abstract class PageStorageProcessor(pageStorageSettings: PageStorageSettings, imageFileIOProcessor: ImageFileIOProcessor)

Class that creates all inner structure for new page.

Inheritors

Constructors

Link copied to clipboard
constructor(pageStorageSettings: PageStorageSettings, imageFileIOProcessor: ImageFileIOProcessor)

Types

Link copied to clipboard
data class Configuration(val createPreview: Boolean = true, val createDocument: Boolean = true, val documentImageSizeLimit: PageStorageProcessor.Configuration.Size = Size(), val imageScale: Float = 1.0f, val imageOrientation: Int = 0, val pageImageSource: PageImageSource = PageImageSource.UNDEFINED)