#import <FixedViewController.h>
Properties | |
| NSInteger | bookCode |
| NSInteger | pageIndex |
| NSInteger | numberOfPages |
| double | pagePosition |
| NSString * | cachedImagePath |
FixedPageInfomation class contains information about a specific page of fixed layout epub.
|
readwriteatomic |
bookCode
|
readwritenonatomicretain |
the cached file path for this page.
|
readwriteatomic |
the number of pages for this book
|
readwriteatomic |
the page index
|
readwriteatomic |
pagePosition as double (0.0f is the start point and 1.0f is the end point of book)
1.8.2