# ContextType

## Content

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

***

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

# Enumeration: ContextType

Identifies the type of the drawing context.

## Enumeration Members

### BMP

> **BMP**: `0`

Identifies the BmpContext object.

***

### PDF

> **PDF**: `1`

Identifies the PdfContext object.

***

### SVG

> **SVG**: `2`

Identifies the SvgContext object.
