PdfPageMode enum

Display hint for the PDF viewer

Inheritance

Constructors

PdfPageMode()
const

Values

none → const PdfPageMode

This page mode indicates that the document should be opened just with the page visible. This is the default

outlines → const PdfPageMode

This page mode indicates that the Outlines should also be displayed when the document is opened.

thumbs → const PdfPageMode

This page mode indicates that the Thumbnails should be visible when the document first opens.

fullscreen → const PdfPageMode

This page mode indicates that when the document is opened, it is displayed in full-screen-mode. There is no menu bar, window controls nor any other window present.

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