CPDFBookmark Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CPDFBookmark.h |
document
Returns the document with which the bookmark is associated.
@property (nonatomic, readonly) CPDFDocument *documentDiscussion
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 pageIndexDiscussion
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 *labelDiscussion
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 *dateDiscussion
Method to get / set the date for the bookmark.
Declared In
CPDFBookmark.h