> ## 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.

# BinaryFile

> BinaryFile インターフェースは、バイナリ形式のファイルデータへアクセスするためのものです。通常は、文書またはページの前処理前の元の画像です。

`BinaryFile` インターフェースは、バイナリ形式のファイルデータへアクセスするためのものです。このオブジェクトには、前処理前の画像が含まれています。

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

| 名前           | 型      | アクセス   | 説明     |
| :----------- | :----- | :----- | :----- |
| **FileName** | string | 読み取り専用 | ファイル名。 |

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

<div id="converttobase64">
  ### ConvertToBase64
</div>

```javascript theme={null}
string ConvertToBase64();
```

バイナリデータをBase64エンコードされたstringに変換したファイルデータを返します。

<div id="related-topics">
  ## 関連トピック
</div>

* [文書](/ja/vantage/documentation/skill-designer/process/custom-activity/document)
* [ページ](/ja/vantage/documentation/skill-designer/process/custom-activity/page)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
