PagePart

data class PagePart(val page: Int, val renderedBitmap: Bitmap?, val pageRelativeBounds: RectF, val isThumbnail: Boolean, var cacheOrder: Int)

Represents a part of a PDF page that is rendered in a PDF previewer.

Parameters

page

The page number.

renderedBitmap

The rendered {@link Bitmap} for this page part.

pageRelativeBounds

The bounds of the page part relative to the page itself.

isThumbnail

Whether this page part represents a thumbnail.

cacheOrder

The order in which the page part was added to the cache, used for caching strategies.

Constructors

Link copied to clipboard
constructor(page: Int, renderedBitmap: Bitmap?, pageRelativeBounds: RectF, isThumbnail: Boolean, cacheOrder: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val page: Int
Link copied to clipboard
Link copied to clipboard