# DecryptionStatus

## Content

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

***

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

# Enumeration: DecryptionStatus

Defines the decryption status of a loaded document.

## Enumeration Members

### Failed

> **Failed**: `2`

Decryption failed.

***

### NotEncrypted

> **NotEncrypted**: `0`

The loaded document is not encrypted.

***

### Success

> **Success**: `1`

The document was successfully decrypted.
