KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-pdf
/
io.github.yuroyami.kitepdf
/
PdfDestination
/
ViewFit
/
XYZ
XYZ
data
class
XYZ
(
val
left
:
Double
?
,
val
top
:
Double
?
,
val
zoom
:
Double
?
)
:
PdfDestination.ViewFit
Members
Constructors
XYZ
Link copied to clipboard
constructor
(
left
:
Double
?
,
top
:
Double
?
,
zoom
:
Double
?
)
Properties
left
Link copied to clipboard
val
left
:
Double
?
top
Link copied to clipboard
val
top
:
Double
?
zoom
Link copied to clipboard
val
zoom
:
Double
?