sempdf
sempdf v1.9.1Interfaces

Interface: LineToCommand

sempdf v1.9.1


sempdf / LineToCommand

Defined in: src/types.ts:3616

Vector path command for drawing a straight line.

Properties

PropertyTypeDescriptionDefined in
type"lineTo"Discriminator identifying this option or command shape.src/types.ts:3618
xnumberHorizontal position in PDF points.src/types.ts:3620
ynumberVertical position in PDF points.src/types.ts:3622

On this page