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
/
PdfPixelSize
Pdf
Pixel
Size
data
class
PdfPixelSize
(
val
width
:
Int
,
val
height
:
Int
)
A size in device pixels, typically a render target.
Members
Constructors
Pdf
Pixel
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
Height in pixels.
width
Link copied to clipboard
val
width
:
Int
Width in pixels.