RenderingHandler

class RenderingHandler(looper: Looper, pdfView: PDFView) : Handler

A Handler that will process incoming RenderingTask messages and alert {@link PDFView.onBitmapRendered} when the portion of the PDF is ready to render.

Constructors

Link copied to clipboard
constructor(looper: Looper, pdfView: PDFView)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addRenderingTask(page: Int, width: Float, height: Float, bounds: RectF?, thumbnail: Boolean, cacheOrder: Int, bestQuality: Boolean, annotationRendering: Boolean)
Link copied to clipboard
open override fun handleMessage(message: Message)
Link copied to clipboard
fun start()
Link copied to clipboard
fun stop()