MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
jpeg2k
/
org.multipaz.jpeg2k
/
Jpeg2kConverter
/
PDFData
PDFData
data
class
PDFData
(
val
bytes
:
ByteArray
,
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
PDFData
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
width
:
Int
,
height
:
Int
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int