Types

Link copied to clipboard

Fits the page's bounding box inside the window.

Link copied to clipboard

Fits the bounding-box width inside the window.

Link copied to clipboard

Fits the bounding-box height inside the window.

Link copied to clipboard
data class FitHorizontally(val top: Double?) : PdfDestinationView

Fits the page width inside the window.

Link copied to clipboard

Fits the whole page inside the window.

Link copied to clipboard
data class FitRectangle(val bounds: PdfRect) : PdfDestinationView

Shows an arbitrary rectangle of the page.

Link copied to clipboard
data class FitVertically(val left: Double?) : PdfDestinationView

Fits the page height inside the window.

Link copied to clipboard
data class Unknown(val nativeViewMode: Int, val parameters: List<Double>) : PdfDestinationView

A view mode PDFium reported that has no typed counterpart.

Link copied to clipboard
data class Xyz(val x: Double?, val y: Double?, val zoom: Double?) : PdfDestinationView

A specific position and zoom level.