|
mupdf
|
#include <types.h>
Public Attributes | |
| int | chapter |
| int | page |
Locations within the document are referred to in terms of chapter and page, rather than just a page number. For some documents (such as epub documents with large numbers of pages broken into many chapters) this can make navigation much faster as only the required chapter needs to be decoded at a time.
| int fz_location::chapter |
| int fz_location::page |