# SweepDirection

## Content

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

***

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

# Enumeration: SweepDirection

Defines the direction that an elliptical arc is drawn.

## Enumeration Members

### Clockwise

> **Clockwise**: `1`

Arcs are drawn in a clockwise (positive-angle) direction.

***

### CounterClockwise

> **CounterClockwise**: `0`

Arcs are drawn in a counterclockwise (negative-angle) direction.
