PDFPageDrawRectangleOptions
pdf-lib › PDFPageDrawRectangleOptions
Hierarchy
- PDFPageDrawRectangleOptions
Index
Properties
- blendMode
- borderColor
- borderDashArray
- borderDashPhase
- borderLineCap
- borderOpacity
- borderWidth
- color
- height
- opacity
- rotate
- width
- x
- xSkew
- y
- ySkew
Properties
Optional blendMode
• blendMode? : BlendMode
Defined in api/PDFPageOptions.ts:107
Optional borderColor
• borderColor? : Color
Defined in api/PDFPageOptions.ts:102
Optional borderDashArray
• borderDashArray? : number[]
Defined in api/PDFPageOptions.ts:104
Optional borderDashPhase
• borderDashPhase? : undefined | number
Defined in api/PDFPageOptions.ts:105
Optional borderLineCap
• borderLineCap? : LineCapStyle
Defined in api/PDFPageOptions.ts:106
Optional borderOpacity
• borderOpacity? : undefined | number
Defined in api/PDFPageOptions.ts:103
Optional borderWidth
• borderWidth? : undefined | number
Defined in api/PDFPageOptions.ts:99
Optional color
• color? : Color
Defined in api/PDFPageOptions.ts:100
Optional height
• height? : undefined | number
Defined in api/PDFPageOptions.ts:95
Optional opacity
• opacity? : undefined | number
Defined in api/PDFPageOptions.ts:101
Optional rotate
• rotate? : Rotation
Defined in api/PDFPageOptions.ts:96
Optional width
• width? : undefined | number
Defined in api/PDFPageOptions.ts:94
Optional x
• x? : undefined | number
Defined in api/PDFPageOptions.ts:92
Optional xSkew
• xSkew? : Rotation
Defined in api/PDFPageOptions.ts:97
Optional y
• y? : undefined | number
Defined in api/PDFPageOptions.ts:93
Optional ySkew
• ySkew? : Rotation
Defined in api/PDFPageOptions.ts:98