PdfPageFitInfo class
PdfViewerController.calcFitZoomMatrices returns the list of this class.
- Annotations
Constructors
- PdfPageFitInfo.new({required int pageNumber, required Matrix4 matrix, required double visibleAreaRatio})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- matrix → Matrix4
-
The matrix to fit the page horizontally into the view.
final
- pageNumber → int
-
The page number of the target page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibleAreaRatio → double
-
The ratio of the visible area of the page. 1 means the whole page is visible inside the view.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited