sempdf
sempdf v1.9.1Interfaces

Interface: StrikeOutAnnotationOptions

sempdf v1.9.1


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

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the strike-out stroke. Defaults to red.src/types.ts:3051
heightnumberHeight in PDF points.src/types.ts:3049
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3055
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3053
widthnumberWidth in PDF points.src/types.ts:3047
xnumberHorizontal position in PDF points.src/types.ts:3043
ynumberVertical position in PDF points.src/types.ts:3045

On this page