EditionsConfiguration

public struct EditionsConfiguration : Sendable

Editions configuration variables.

  • maxZoomFactor can be a value in [1.0, 10.0] range. This value controls the max zoom factor the user can apply beyond the full issue resolution.

    Declaration

    Swift

    public let maxZoomFactor: Float
  • Undocumented

    Declaration

    Swift

    public init(maxZoomFactor: Float)