CircleAnnotation

CircleAnnotation

Overview

CircleAnnotation is a type in Aspose.PDF FOSS for Go.

CircleAnnotation draws an elliptical annotation.

This type provides 4 methods for working with CircleAnnotation objects in Go programs. Available methods include: AnnotationType, InteriorColor, RegenerateAppearance, SetInteriorColor. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
AnnotationType()AnnotationTypeReturns the annotation type.
InteriorColor()*ColorInteriorColor returns the /IC fill color, or nil if absent.
SetInteriorColor(c: *Color)SetInteriorColor writes /IC as an RGB array; nil removes the entry.
RegenerateAppearance()RegenerateAppearance forces /AP/N to be rebuilt from current properties.

See Also