# RedactionType Enum

> RedactionType enumeration, listing the supported redaction styles applied to a redaction box in the Redact Document activity.

`RedactionType` is a public enumeration that defines the style applied to a redaction box.

## Definition

* Namespace: `UiPath.DocumentProcessing.Contracts.Redaction`
* Assembly: `UiPath.DocumentProcessing.Contracts`

## Description

A public enumeration that defines how a redacted value is covered. It is used by the `RedactionType` property of [FieldRedactionSettings](https://docs.uipath.com/activities/other/latest/document-understanding/fieldredactionsettings-class). The default value is `Fill`.

## Fields

* `Fill` - Covers the redacted value with a filled box.
* `StrikeThrough` - Covers the redacted value with a strike-through line.
