Transform Rect Zoom Options
data class TransformRectZoomOptions(val animationOptions: TransformAnimationOptions? = null, val maxScaleFactor: Double? = null)
Options related to IReaderViewTransformManager.zoomToClientRect().
Properties
Link copied to clipboard
Specifies how the transform should be animated. See IReaderViewTransformManagerOptions.defaultAnimationMode for the default behaviour.
Link copied to clipboard
The maximum zoom level to use for the transform. If not specified, the maxScaleFactor defined in IReaderViewOptions.transformManagerOptions.maxScaleFactor will be used.