# ArcSegmentProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ArcSegmentProperties

# Type Alias: ArcSegmentProperties

> **ArcSegmentProperties** = `object`

Provides settings for creating an elliptical arc between two points.

## Properties

### arcSize?

> `optional` **arcSize**: [`ArcSize`](../enumerations/ArcSize)

A value that specifies whether the given arc is larger than 180 degrees.

***

### point?

> `optional` **point**: [`Point`](Point)

The end point of the arc.

***

### rotationAngle?

> `optional` **rotationAngle**: `number`

A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.

***

### size?

> `optional` **size**: [`Size`](Size)

The x-radius and y-radius of the arc.

***

### sweepDirection?

> `optional` **sweepDirection**: [`SweepDirection`](../enumerations/SweepDirection)

A value that specifies whether the arc sweep is clockwise or counterclockwise.
