PolygonAnnotation

PolygonAnnotation

Overview

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

PolygonAnnotation draws a closed polygon through a list of vertices, with a stroked border and optional interior fill.

This type provides 2 methods for working with PolygonAnnotation objects in Go programs. Available methods include: AnnotationType, RegenerateAppearance. 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.
RegenerateAppearance()RegenerateAppearance forces /AP/N to be rebuilt from current properties.

See Also