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