eSCLKt
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
eSCLKt
eSCLKt
/
io.github.chrisimx.esclkt
/
ScanImageInfo
Scan
Image
Info
@
Serializable
data
class
ScanImageInfo
(
val
jobURI
:
String
,
val
jobUuid
:
Uuid
,
val
actualWidth
:
UInt
,
val
actualHeight
:
UInt
,
val
actualBytesPerLine
:
UInt
,
val
blankPageDetected
:
Boolean
?
)
Members
Constructors
Scan
Image
Info
Link copied to clipboard
constructor
(
jobURI
:
String
,
jobUuid
:
Uuid
,
actualWidth
:
UInt
,
actualHeight
:
UInt
,
actualBytesPerLine
:
UInt
,
blankPageDetected
:
Boolean
?
)
Properties
actual
Bytes
Per
Line
Link copied to clipboard
val
actualBytesPerLine
:
UInt
actual
Height
Link copied to clipboard
val
actualHeight
:
UInt
actual
Width
Link copied to clipboard
val
actualWidth
:
UInt
blank
Page
Detected
Link copied to clipboard
val
blankPageDetected
:
Boolean
?
job
URI
Link copied to clipboard
val
jobURI
:
String
job
Uuid
Link copied to clipboard
val
jobUuid
:
Uuid