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

# Change オブジェクトの GetAsPictureChange メソッド

> ABBYY FineReader Engine API の Change オブジェクトの GetAsPictureChange メソッド — 現在サポートされているのはテキストの変更のみであるため、このメソッドは常に NULL を返します。

このメソッドは、現在サポートされているのがテキストの変更のみであるため、常に NULL を返します。画像比較は今後のリリースで実装される予定です。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT GetAsPictureChange( IPictureChange** Result );
```

### C\#

```csharp theme={null}
IPictureChange GetAsPictureChange();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Function GetAsPictureChange() As IPictureChange
```

<div id="parameters">
  ## パラメーター
</div>

Result

\[out, retval] 返される [PictureChange](/ja/fine-reader/engine/api-reference/document-comparison-objects/picturechange) オブジェクトのインターフェイス ポインターを受け取る IPictureChange\* ポインター変数へのポインター。

<div id="return-values">
  ## 戻り値
</div>

このメソッドに固有の戻り値はありません。返されるのは、[ABBYY FineReader Engine 関数の標準戻りコード](/ja/fine-reader/engine/api-reference/return-codes)です。

<div id="see-also">
  ## 関連項目
</div>

[Change](/ja/fine-reader/engine/api-reference/document-comparison-objects/change)
