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
/
FitR
Fit
R
data
class
FitR
(
val
left
:
Double
,
val
bottom
:
Double
,
val
right
:
Double
,
val
top
:
Double
)
:
PdfDestination.ViewFit
Members
Constructors
Fit
R
Link copied to clipboard
constructor
(
left
:
Double
,
bottom
:
Double
,
right
:
Double
,
top
:
Double
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Double
left
Link copied to clipboard
val
left
:
Double
right
Link copied to clipboard
val
right
:
Double
top
Link copied to clipboard
val
top
:
Double