PDFPageDrawLineOptions
pdf-lib › PDFPageDrawLineOptions
Hierarchy
- PDFPageDrawLineOptions
Index
Properties
Properties
Optional blendMode
• blendMode? : BlendMode
Defined in api/PDFPageOptions.ts:88
Optional color
• color? : Color
Defined in api/PDFPageOptions.ts:83
Optional dashArray
• dashArray? : number[]
Defined in api/PDFPageOptions.ts:86
Optional dashPhase
• dashPhase? : undefined | number
Defined in api/PDFPageOptions.ts:87
end
• end: object
Defined in api/PDFPageOptions.ts:81
Type declaration:
- x: number 
- y: number 
Optional lineCap
• lineCap? : LineCapStyle
Defined in api/PDFPageOptions.ts:85
Optional opacity
• opacity? : undefined | number
Defined in api/PDFPageOptions.ts:84
start
• start: object
Defined in api/PDFPageOptions.ts:80
Type declaration:
- x: number 
- y: number 
Optional thickness
• thickness? : undefined | number
Defined in api/PDFPageOptions.ts:82