Next Page > Hide TOC

PDFAnnotationSquare Class Reference

Inherits from
Conforms to
Framework
Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework
Availability
Available in Mac OS X v10.4 and later.
Declared in
PDFAnnotationSquare.h

Overview

A PDFAnnotationSquare object displays a rectangle on a page. Square annotations are like circle annotations (instances of the PDFAnnotationCircle class) apart from the shape.

The setLineWidth: and setStyle: methods of the annotation’s associated PDFBorder object determines the stroke thickness and style. The setColor: method of the PDFAnnotation class determines the stroke color.

Tasks

Accessor Methods

Instance Methods

interiorColor

Gets the fill color used for drawing the annotation.

- (NSColor *)interiorColor

Availability
See Also
Declared In
PDFAnnotationSquare.h

setInteriorColor:

Sets the fill color used for drawing the annotation.

- (void)setInteriorColor:(NSColor *)color

Availability
See Also
Declared In
PDFAnnotationSquare.h

Next Page > Hide TOC


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.