sempdf v1.9.1Interfaces
Interface: RectCommand
sempdf / RectCommand
Defined in: src/types.ts:3648
Vector path command for adding a rectangle.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Height in PDF points. | src/types.ts:3658 |
type | "rect" | Discriminator identifying this option or command shape. | src/types.ts:3650 |
width | number | Width in PDF points. | src/types.ts:3656 |
x | number | Horizontal position in PDF points. | src/types.ts:3652 |
y | number | Vertical position in PDF points. | src/types.ts:3654 |