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.tiffgeneration
/
UserFieldIntValue
User
Field
Int
Value
data
class
UserFieldIntValue
(
var
value
:
Int
)
:
UserFieldValue
32-bit int value (TIFF_LONG).
Members
Constructors
User
Field
Int
Value
Link copied to clipboard
constructor
(
value
:
Int
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
value
Link copied to clipboard
var
value
:
Int
Value.
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JsonObject
to
Json
String
Link copied to clipboard
fun
toJsonString
(
config
:
ToJsonConfiguration
)
:
String