Skip to content

zeropdf v1.3.0


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

PropertyTypeDescriptionDefined in
color?ColorInputColor used for the strike-out stroke. Defaults to red.src/types.ts:2406
heightnumberHeight in PDF points.src/types.ts:2404
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2410
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2408
widthnumberWidth in PDF points.src/types.ts:2402
xnumberHorizontal position in PDF points.src/types.ts:2398
ynumberVertical position in PDF points.src/types.ts:2400

Released under the ISC license.