StrikeOutAnnotation
Overview
StrikeOutAnnotation is a type in Aspose.PDF FOSS for Go.
StrikeOutAnnotation draws a horizontal line through text.
This type provides 3 methods for working with StrikeOutAnnotation 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
| Signature | Description |
|---|---|
AnnotationType() → AnnotationType | Returns the annotation type. |
QuadPoints() → []QuadPoint | QuadPoints returns the array of quads describing the strike-out region. |
SetQuadPoints(qp: []QuadPoint) | SetQuadPoints writes /QuadPoints. |