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

# GetAsPictureChange Method of the Change Object

This method always returns NULL, as currently only text changes are supported. Picture comparison will be implemented in future releases.

## Syntax

### C++

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

### C\#

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

### Visual Basic .NET

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

## Parameters

Result

\[out, retval] A pointer to IPictureChange\* pointer variable that receives the interface pointer to the returned [PictureChange](/fine-reader/engine/api-reference/document-comparison-objects/picturechange) object.

## Return values

This method has no specific return values. It returns the [standard return codes of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

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