> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IExportFieldsToRedact

> FlexiCapture のエクスポートスクリプトにおける IExportFieldsToRedact オブジェクト。Add、Clean、PlainList を使用して、エクスポートする画像で墨消しする文書のfieldのリストを作成します。

<div id="what-it-does">
  ## 機能
</div>

生成される画像で墨消しするfieldの一覧です。

<Note>
  このオブジェクトは、Web Verification Stationでルールをローカルに確認する場合には利用できません。
</Note>

<div id="methods">
  ## メソッド
</div>

| **定義**                                                             | **説明**            |
| ------------------------------------------------------------------ | ----------------- |
| Add( field : [IField](/ja/flexi-capture/appendix/scripts/ifield) ) | field をリストに追加します。 |
| Clean()                                                            | リストをクリアします。       |

<div id="properties">
  ## プロパティ
</div>

| **名前**    | **型**  | **アクセス** | **説明**                                                 |
| --------- | ------ | -------- | ------------------------------------------------------ |
| PlainList | string | 読み取り専用   | 最終的な画像で墨消しするfieldのリストです。fieldは1行に記載し、セミコロンで区切る必要があります。 |
