modern-pdf-lib / DrawLineOptions
Interface: DrawLineOptions
Defined in: src/core/pdfPage.ts:289
Options for PdfPage.drawLine.
Properties
blendMode?
optionalblendMode:BlendMode
Defined in: src/core/pdfPage.ts:305
Blend mode for compositing.
color?
optionalcolor:Color
Defined in: src/core/pdfPage.ts:295
Line colour.
dashArray?
optionaldashArray:number[]
Defined in: src/core/pdfPage.ts:299
Dash pattern [dashLength, gapLength].
dashPhase?
optionaldashPhase:number
Defined in: src/core/pdfPage.ts:301
Dash phase.
end
end:
object
Defined in: src/core/pdfPage.ts:293
End point.
x
x:
number
y
y:
number
opacity?
optionalopacity:number
Defined in: src/core/pdfPage.ts:303
Opacity [0, 1].
start
start:
object
Defined in: src/core/pdfPage.ts:291
Start point.
x
x:
number
y
y:
number
thickness?
optionalthickness:number
Defined in: src/core/pdfPage.ts:297
Line width.