Xyz

data class Xyz(val x: Double?, val y: Double?, val zoom: Double?) : PdfDestinationView

A specific position and zoom level.

Constructors

Link copied to clipboard
constructor(x: Double?, y: Double?, zoom: Double?)

Properties

Link copied to clipboard
val x: Double?

target horizontal position in PDF points, or null to keep the current position.

Link copied to clipboard
val y: Double?

target vertical position in PDF points, or null to keep the current position.

Link copied to clipboard
val zoom: Double?

target zoom factor, or null to keep the current zoom.