Single Document Scroll Renderer Options
data class SingleDocumentScrollRendererOptions(val maxWidth: Length? = null, val readingAreaOffsetBottom: Length? = null, val readingAreaOffsetTop: Length? = null, val ignoreAspectRatio: Boolean = false, val pageBackgroundColor: String = "#ffffff")
Options specific for the SingleDocumentScrollRenderer. See IRendererOptions for additional options that can be used with any Renderer.