Options
All
  • Public
  • Public/Protected
  • All
Menu

Options related to IReaderViewTransformManager.zoomToClientRect().

Hierarchy

  • ITransformRectZoomOptions

Index

Properties

Optional animationOptions

animationOptions?: ITransformAnimationOptions

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

nodefault

Optional maxScaleFactor

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.

double
nodefault

Generated using TypeDoc