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, strong) CPDFKitPlatformColor *interiorColor

Discussion

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

Declared In

CPDFCircleAnnotation.h

– removeInteriorColor

remove interior Color(Set it to transparent, or set SetInteriorColor: to nil)

- (BOOL)removeInteriorColor

Discussion

remove interior Color(Set it to transparent, or set SetInteriorColor: to nil)

Declared In

CPDFCircleAnnotation.h

  borderEffect

Method to get / set the used for border Effect drawing the annotation. Cloud border effect for setting annotation

@property (nonatomic, strong) CPDFBorderEffect *borderEffect

Discussion

Method to get / set the used for border Effect drawing the annotation. Cloud border effect for setting annotation

Declared In

CPDFCircleAnnotation.h