Mac OS X Reference Library Apple Developer Connection spyglass button

PDFAnnotationPopup Class Reference

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
Related sample code

Overview

A PDFAnnotationPopup object provides user interactivity on a PDF page in the form of a pop-up menu.

Tasks

Accessing and Setting the Open State

Instance Methods

isOpen

Returns a Boolean value indicating whether the pop-up is open.

- (BOOL)isOpen

Return Value

YES if the pop-up is open; NO otherwise.

Availability
  • Available in Mac OS X v10.5 and later.
See Also
Declared In
PDFAnnotationPopup.h

setIsOpen:

Sets the open state of the pop-up menu.

- (void)setIsOpen:(BOOL)isOpen

Parameters
isOpen

Pass YES to set the pop-up menu to open; NO otherwise.

Availability
  • Available in Mac OS X v10.5 and later.
See Also
Related Sample Code
Declared In
PDFAnnotationPopup.h


Last updated: 2007-12-11

Did this document help you? Yes It's good, but... Not helpful...