getDrawablesForPage

open suspend override fun getDrawablesForPage(context: Context, document: PdfDocument, @IntRange(from = 0) pageIndex: Int): List<ERROR CLASS: Symbol not found for PdfDrawable>

Returns all drawables for the given document and pageIndex. The framework may call this method on any thread.

Return

A list of all drawables for the given document and page.

Parameters

context

Context for resource resolution.

document

The currently loaded PdfDocument.

pageIndex

Number of the page for which the drawables should be returned.