maxScaleFactor

val maxScaleFactor: Double? = null

The maximum zoom level to use for the transform. If not specified, the maxScaleFactor defined in IReaderViewOptions.transformManagerOptions.maxScaleFactor will be used.

Note that this value is clamped. If it is greater than IReaderViewOptions.transformManagerOptions.maxScaleFactor, then IReaderViewOptions.transformManagerOptions.maxScaleFactor will be used instead.