Skip to content

modern-pdf-lib


modern-pdf-lib / LineEndingStyle

Type Alias: LineEndingStyle

LineEndingStyle = "None" | "Square" | "Circle" | "Diamond" | "OpenArrow" | "ClosedArrow" | "Butt" | "ROpenArrow" | "RClosedArrow" | "Slash"

Defined in: src/annotation/types/shapeAnnotations.ts:30

Line ending style names.

Released under the MIT License.