Skip to content

zeropdf v1.3.0


zeropdf / MoveToCommand

Interface: MoveToCommand

Defined in: src/types.ts:2923

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:2925
xnumberHorizontal position in PDF points.src/types.ts:2927
ynumberVertical position in PDF points.src/types.ts:2929

Released under the ISC license.