ThumbnailRendered

data class ThumbnailRendered(val pageIndex: Int, val bitmap: Bitmap) : ThumbnailBarEvent

A thumbnail finished rendering.

Parameters

pageIndex

Page index of the rendered thumbnail

bitmap

Rendered bitmap

Constructors

Link copied to clipboard
constructor(pageIndex: Int, bitmap: Bitmap)

Properties

Link copied to clipboard
Link copied to clipboard