Skip to content

zeropdf v1.5.0


zeropdf / RectCommand

Interface: RectCommand

Defined in: src/types.ts:3003

Vector path command for adding a rectangle.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:3013
type"rect"Discriminator identifying this option or command shape.src/types.ts:3005
widthnumberWidth in PDF points.src/types.ts:3011
xnumberHorizontal position in PDF points.src/types.ts:3007
ynumberVertical position in PDF points.src/types.ts:3009

Released under the ISC license.