Scanbot SDK – Kotlin Multiplatform
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Scanbot SDK – Kotlin Multiplatform
kmp-bundle-sdk
/
io.scanbot.sdk.kmp.image
/
ImageInfo
Image
Info
data
class
ImageInfo
(
var
height
:
Int
,
var
width
:
Int
,
var
maxByteSize
:
Int
)
Image Info.
Members
Constructors
Image
Info
Link copied to clipboard
constructor
(
height
:
Int
,
width
:
Int
,
maxByteSize
:
Int
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
var
height
:
Int
Image height in pixels.
max
Byte
Size
Link copied to clipboard
var
maxByteSize
:
Int
Byte size of the non-hibernating image.
width
Link copied to clipboard
var
width
:
Int
Image width in pixels.
Functions
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
String