PdfInteractionMode enum
Represents different pdf interaction modes.
Values
- selection → const PdfInteractionMode
-
Enables the text selection mode in a desktop browser to select the text using mouse dragging.
- pan → const PdfInteractionMode
-
Enables the panning mode in a desktop browser to move or scroll through the pages using mouse dragging.
Properties
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<
PdfInteractionMode> - A constant List of the values in this enum, in order of their declaration.