Skip to content

zeropdf v1.3.0


zeropdf / RectCommand

Interface: RectCommand

Defined in: src/types.ts:2967

Vector path command for adding a rectangle.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:2977
type"rect"Discriminator identifying this option or command shape.src/types.ts:2969
widthnumberWidth in PDF points.src/types.ts:2975
xnumberHorizontal position in PDF points.src/types.ts:2971
ynumberVertical position in PDF points.src/types.ts:2973

Released under the ISC license.