ReaderViewConfig class

pdf readerView configuration

Constructors

ReaderViewConfig({bool linkHighlight = true, bool formFieldHighlight = true, CPDFDisplayMode displayMode = CPDFDisplayMode.singlePage, bool continueMode = true, bool verticalMode = true, bool cropMode = false, CPDFThemes themes = CPDFThemes.light, bool enableSliderBar = true, bool enablePageIndicator = true, int pageSpacing = 10, double pageScale = 1.0, bool pageSameWidth = true})
const

Properties

continueMode bool
final
cropMode bool
final
displayMode CPDFDisplayMode
final
enablePageIndicator bool
final
enableSliderBar bool
final
formFieldHighlight bool
final
hashCode int
The hash code for this object.
no setterinherited
linkHighlight bool
final
pageSameWidth bool
only android platform
final
pageScale double
final
pageSpacing int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themes CPDFThemes
final
verticalMode bool
final

Methods

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

Operators

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