Interface: StrikeOutAnnotationOptions
Options for creating a strike-out text-markup annotation. Draws a horizontal line through the vertical middle of the rectangle.
Properties
| Property | Type | Description |
|---|---|---|
color? | ColorInput | Color used for the strike-out stroke. Defaults to red. |
height | number | Height in PDF points. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. |
width | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |