PdfDestination

data class PdfDestination(val pageIndex: Int, val view: PdfDestinationView)

A location inside a document that a link or bookmark points to.

Constructors

Link copied to clipboard
constructor(pageIndex: Int, view: PdfDestinationView)

Properties

Link copied to clipboard

Zero-based index of the destination page.

Link copied to clipboard

How the destination page should be positioned and scaled.