KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
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
?