CPDFBookmark Class Reference
Inherits from | NSObject |
---|---|
Declared in | CPDFBookmark.h |
document
Returns the document with which the bookmark is associated.
@property (nonatomic, readonly) CPDFDocument *document
Discussion
Returns the document with which the bookmark is associated.
Declared In
CPDFBookmark.h
pageIndex
Returns the page index that the bookmark refers to.
@property (nonatomic, readonly) NSInteger pageIndex
Discussion
Returns the page index that the bookmark refers to.
Declared In
CPDFBookmark.h
label
Method to get / set the label for the bookmark.
@property (nonatomic, strong) NSString *label
Discussion
Method to get / set the label for the bookmark.
Declared In
CPDFBookmark.h
date
Method to get / set the date for the bookmark.
@property (nonatomic, strong) NSDate *date
Discussion
Method to get / set the date for the bookmark.
Declared In
CPDFBookmark.h