Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.tiff.model
/
UserFieldIntValue
User
Field
Int
Value
data
class
UserFieldIntValue
(
var
value
:
Int
)
:
UserFieldValue
,
Parcelable
32-bit int value (TIFF_LONG).
Members
Constructors
User
Field
Int
Value
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
value
:
Int
)
Properties
_
type
Link copied to clipboard
open
override
val
_type
:
String
value
Link copied to clipboard
var
value
:
Int
Value.
Functions
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
UserFieldIntValue
to
Json
Link copied to clipboard
open
override
fun
toJson
(
config
:
ToJsonConfiguration
)
:
JSONObject