PDFViewController class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCurrentPage(
) → Future< int> -
getPageCount(
) → Future< int> -
getPageHeight(
int page) → Future< double> -
getPageWidth(
int page) → Future< double> -
getScreenHeight(
) → Future< double> -
getScreenWidth(
) → Future< double> -
getZoom(
) → Future< double> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetZoom(
int page) → Future< bool> -
setPage(
int page) → Future< bool> -
setPageWithAnimation(
int page) → Future< bool> -
setZoom(
double zoom) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited