initialPage property

int initialPage
final

If you want to change the initial page

Required a int value which should be greater than or equals to 0 and less then the pages length other wise exception will be thrown.

Implementation

final int initialPage;