sempdf
sempdf v1.9.1Interfaces

Interface: RectCommand

sempdf v1.9.1


sempdf / RectCommand

Defined in: src/types.ts:3648

Vector path command for adding a rectangle.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:3658
type"rect"Discriminator identifying this option or command shape.src/types.ts:3650
widthnumberWidth in PDF points.src/types.ts:3656
xnumberHorizontal position in PDF points.src/types.ts:3652
ynumberVertical position in PDF points.src/types.ts:3654

On this page