Skip to content

zeropdf v1.5.5


zeropdf / MoveToCommand

Interface: MoveToCommand

Defined in: src/types.ts:2984

Vector path command for moving the current point without drawing.

Properties

PropertyTypeDescriptionDefined in
type"moveTo"Discriminator identifying this option or command shape.src/types.ts:2986
xnumberHorizontal position in PDF points.src/types.ts:2988
ynumberVertical position in PDF points.src/types.ts:2990

Released under the ISC license.