[]
DsPdfJS API / ArcSegmentProperties
ArcSegmentProperties =
object
Provides settings for creating an elliptical arc between two points.
optionalarcSize:ArcSize
A value that specifies whether the given arc is larger than 180 degrees.
optionalpoint:Point
The end point of the arc.
optionalrotationAngle:number
A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.
optionalsize:Size
The x-radius and y-radius of the arc.
optionalsweepDirection:SweepDirection
A value that specifies whether the arc sweep is clockwise or counterclockwise.