CPDFCircleAnnotation Class Reference

Inherits from CPDFAnnotation : NSObject
Declared in CPDFCircleAnnotation.h

Overview

A CPDFCircleAnnotation object displays an ellipse on a page.

Circle annotations are like square annotations (instances of the CPDFSquareAnnotation class) apart from the shape. The setBorderWidth: method of the CPDFAnnotation class determines the stroke thickness. The setColor: method of the CPDFAnnotation class determines the stroke color.

  interiorOpacity

Method to get / set the fill opacity used for drawing the annotation.

@property (nonatomic, assign) CGFloat interiorOpacity

Discussion

Method to get / set the fill opacity used for drawing the annotation.

Declared In

CPDFCircleAnnotation.h

  interiorColor

Method to get / set the fill color used for drawing the annotation.

@property (nonatomic, retain) CPDFKitPlatformColor *interiorColor

Discussion

Method to get / set the fill color used for drawing the annotation.

Declared In

CPDFCircleAnnotation.h