canGoToNextPage
Returns a Boolean value indicating whether the user can navigate to the next page of the document.
Declaration
var canGoToNextPage: Bool { get }Discussion
The return value will be true unless the view is displaying the last page.
Returns a Boolean value indicating whether the user can navigate to the next page of the document.
var canGoToNextPage: Bool { get }The return value will be true unless the view is displaying the last page.