XYZ

data class XYZ(val left: Double?, val top: Double?, val zoom: Double?) : PdfDestination.ViewFit

Constructors

Link copied to clipboard
constructor(left: Double?, top: Double?, zoom: Double?)

Properties

Link copied to clipboard
val left: Double?
Link copied to clipboard
val top: Double?
Link copied to clipboard
val zoom: Double?