ZoomRange

data class ZoomRange(var minZoomRatio: Float = MIN_ZOOM, var maxZoomRatio: Float = MAX_ZOOM) : Parcelable, Serializable

Represents io.scanbot.sdk.ui.camera.IScanbotCameraView zoom range.

Constructors

Link copied to clipboard
constructor(minZoomRatio: Float = MIN_ZOOM, maxZoomRatio: Float = MAX_ZOOM)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximal zoom factor in the range from 0.2f to 100f. Default - 100f.

Link copied to clipboard

Minimal zoom factor in the range from 0.2f to 100f. Default - 0.2f.

Functions

Link copied to clipboard

Converts SDK object to JSON-compatible object.