HighlightAnnotation

HighlightAnnotation

Overview

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

HighlightAnnotation marks a region with semi-transparent highlight color.

This type provides 3 methods for working with HighlightAnnotation objects in Go programs. Available methods include: AnnotationType, QuadPoints, SetQuadPoints. 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.
QuadPoints()[]QuadPointQuadPoints returns the array of quads describing the selection.
SetQuadPoints(qp: []QuadPoint)SetQuadPoints writes /QuadPoints.

See Also