PspdfkitThumbnailBarMode enum

Enum representing the different modes for the thumbnail bar in PSPDFKit. This is only available on iOS and Android.

The modes are:

  • none: No thumbnail bar is shown.
  • defaultStyle: The default thumbnail bar is shown.
  • pinned: The thumbnail bar is pinned to the bottom of the screen.
  • scrubberBar: The thumbnail bar is shown as a scrubber bar.
  • scrollable: The thumbnail bar is scrollable.
  • floating: The thumbnail bar is floating over the document.
Inheritance

Constructors

PspdfkitThumbnailBarMode()
const

Values

none → const PspdfkitThumbnailBarMode
defaultStyle → const PspdfkitThumbnailBarMode
pinned → const PspdfkitThumbnailBarMode
scrubberBar → const PspdfkitThumbnailBarMode
scrollable → const PspdfkitThumbnailBarMode
floating → const PspdfkitThumbnailBarMode

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<PspdfkitThumbnailBarMode>
A constant List of the values in this enum, in order of their declaration.