newPageNumber property
int
get
newPageNumber
The current page number to which the document is navigated to.
Implementation
int get newPageNumber {
return _newPageNumber;
}
The current page number to which the document is navigated to.
int get newPageNumber {
return _newPageNumber;
}