Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ITransformRectZoomOptions

    Options related to IReaderViewTransformManager.zoomToClientRect().

    interface ITransformRectZoomOptions {
        animationOptions?: ITransformAnimationOptions;
        maxScaleFactor?: number;
    }

    Properties

    animationOptions?: ITransformAnimationOptions

    Specifies how the transform should be animated. See IReaderViewTransformManagerOptions.defaultAnimationMode for the default behaviour.

    maxScaleFactor?: number

    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.