Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-core
/
io.github.limuyang2.pdf.core
/
PdfSize
Pdf
Size
data
class
PdfSize
(
val
width
:
Double
,
val
height
:
Double
)
A size measured in PDF points.
Members
Constructors
Pdf
Size
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
)
Properties
height
Link copied to clipboard
val
height
:
Double
Vertical extent in PDF points.
width
Link copied to clipboard
val
width
:
Double
Horizontal extent in PDF points.