numberOfPages property
int
get
numberOfPages
The number of pages in the document.
Implementation
int get numberOfPages => _wrapped.numberOfPages;
set
numberOfPages
(int v)
Implementation
set numberOfPages(int v) {
_wrapped.numberOfPages = v;
}