sempdf
sempdf v1.9.1Interfaces

Interface: MoveToCommand

sempdf v1.9.1


sempdf / MoveToCommand

Defined in: src/types.ts:3604

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:3606
xnumberHorizontal position in PDF points.src/types.ts:3608
ynumberVertical position in PDF points.src/types.ts:3610

On this page