PdfViewColors

data class PdfViewColors(val pageBackground: Color = Color.White, val viewportBackground: Color = Color.Transparent)

Colours used by PdfView.

Parameters

pageBackground

painted behind page content (most PDFs assume white paper and paint nothing themselves).

viewportBackground

the letterbox/gutter colour around pages.

Constructors

Link copied to clipboard
constructor(pageBackground: Color = Color.White, viewportBackground: Color = Color.Transparent)

Properties

Link copied to clipboard
Link copied to clipboard