sempdf v1.9.1Interfaces
Interface: StrikeOutAnnotationOptions
sempdf / StrikeOutAnnotationOptions
Defined in: src/types.ts:3041
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:3051 |
height | number | Height in PDF points. | src/types.ts:3049 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3055 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3053 |
width | number | Width in PDF points. | src/types.ts:3047 |
x | number | Horizontal position in PDF points. | src/types.ts:3043 |
y | number | Vertical position in PDF points. | src/types.ts:3045 |