| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.5 and later.
|
| Declared in | PDFAnnotationPopup.h |
A PDFAnnotationPopup object provides user interactivity on a PDF page in the form of a pop-up menu.
Returns a Boolean value indicating whether the pop-up is open.
- (BOOL)isOpen
YES if the pop-up is open; NO otherwise.
PDFAnnotationPopup.hSets the open state of the pop-up menu.
- (void)setIsOpen:(BOOL)isOpen
Pass YES to set the pop-up menu to open; NO otherwise.
PDFAnnotationPopup.h
Last updated: 2007-12-11