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.persistence.page.legacy
/
PageStorageProcessor
/
Configuration
/
Size
Size
data
class
Size
(
val
width
:
Int
=
Int.MAX_VALUE
,
val
height
:
Int
=
Int.MAX_VALUE
)
:
Serializable
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
=
Int.MAX_VALUE
,
height
:
Int
=
Int.MAX_VALUE
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int