PspdfkitPageTransition enum

Enum representing the available page transition modes in PSPDFKit.

The available modes are:

  • scrollContinuous: Continuously scroll pages horizontally.
  • scrollPerSpread: Scroll pages horizontally, one spread at a time.
  • curl: Simulate a page curl effect.
  • slideHorizontal: Slide pages horizontally.
  • slideVertical: Slide pages vertically.
  • cover: Slide pages horizontally with a cover effect.
  • fade: Fade pages in and out.
  • scrollContinuousPerPage: Continuously scroll pages vertically.
  • auto: Automatically select the best transition mode based on the device and document.
  • disabled: Disable page transitions.
Inheritance

Constructors

PspdfkitPageTransition()
const

Values

scrollContinuous → const PspdfkitPageTransition
scrollPerSpread → const PspdfkitPageTransition
curl → const PspdfkitPageTransition
slideHorizontal → const PspdfkitPageTransition
slideVertical → const PspdfkitPageTransition
cover → const PspdfkitPageTransition
fade → const PspdfkitPageTransition
scrollContinuousPerPage → const PspdfkitPageTransition
auto → const PspdfkitPageTransition
disabled → const PspdfkitPageTransition

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PspdfkitPageTransition>
A constant List of the values in this enum, in order of their declaration.