Name | Description | Type | Additional information |
---|---|---|---|
isPermitted |
Boolean value indicating if the specified page can be read. |
boolean |
None. |
statusCode |
This code indicates why a page cannot be read, if that is the case. When this value is zero (0), the page can be read and nothing is wrong. Possible values include:
|
integer |
None. |
pageNumber |
The physical pagenumber that can be shown, or -1 if no page can be shown. |
integer |
None. |
pageBox |
Contains the string that can be shown in the pageBox. |
string |
None. |
firstPageKey |
Status knop Eerste pagina, bepaalt property ‘enabled’ in de reader. Retourneert true indien deze knop ingeschakeld moet zijn, false indien hij uitgeschakeld moet zijn. |
boolean |
None. |
lastPageKey | boolean |
None. |
|
prevChapterKey | boolean |
None. |
|
nextChapterKey | boolean |
None. |
|
prevPageKey | boolean |
None. |
|
nextPageKey | boolean |
None. |
|
userID |
The userID for the current user. |
globally unique identifier |
None. |
ean |
Usually this is the EAN for the book that can be read. In the case of custom books, this EAN might differ from the requested EAN. |
string |
None. |
pageBitmapString |
The base64 string for the png of the requested page. |
string |
None. |
pageBitmapToken |
The token needed to retrieve the actual PNG |
string |
None. |