maxZoomScale

fun maxZoomScale(@FloatRange(from = 1.0, to = 100.0) scale: Float): PdfConfiguration.Builder

Sets the maximum zoom scale at which the document should be displayed. Make sure this value is higher than defaultZoomScale.

Default value: {@value PdfFragment#MAX_ZOOM}.

Parameters

scale

Maximum zoom scale factor.