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
/
UserField
User
Field
data
class
UserField
(
var
tag
:
Int
,
var
name
:
String
,
var
value
:
UserFieldValue
)
User-defined TIFF field.
Members
Constructors
User
Field
Link copied to clipboard
constructor
(
tag
:
Int
,
name
:
String
,
value
:
UserFieldValue
)
constructor
(
source
:
Map
<
String
,
Any
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
var
name
:
String
Field name.
tag
Link copied to clipboard
var
tag
:
Int
Numeric tag.
value
Link copied to clipboard
var
value
:
UserFieldValue
Value.
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