PdfZoomDetails class
Holds the details for the SfPdfViewer.onZoomLevelChanged callback, such as newZoomLevel and oldZoomLevel.
Constructors
- PdfZoomDetails(double newZoomLevel, double oldZoomLevel)
- Creates details for SfPdfViewer.onZoomLevelChanged callback.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- newZoomLevel → double
-
Current zoom level to which the document is zoomed to.
no setter
- oldZoomLevel → double
-
Zoom level from which the zooming was initiated.
no setter
- 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