ScanImageInfo

@Serializable
data class ScanImageInfo(val jobURI: String, val jobUuid: Uuid, val actualWidth: UInt, val actualHeight: UInt, val actualBytesPerLine: UInt, val blankPageDetected: Boolean?)

Constructors

Link copied to clipboard
constructor(jobURI: String, jobUuid: Uuid, actualWidth: UInt, actualHeight: UInt, actualBytesPerLine: UInt, blankPageDetected: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard