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

# SaveModified Method of the ImageDocument Object

This method saves all the modifications that were performed upon the current [ImageDocument](/fine-reader/engine/api-reference/image-related-objects/imagedocument) object into the folder on disk. The method can be used only if the image document is represented as a folder on disk (the IImageDocument::IsInMemory property is FALSE). It does not overwrite the source image file. It sets the value of the IImageDocument::IsModified property to FALSE.

## Syntax

### C++

```cpp theme={null}
HRESULT SaveModified();
```

### C\#

```csharp theme={null}
void SaveModified();
```

### Visual Basic .NET

```vb theme={null}
Sub SaveModified()
```

## Return values

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

## See also

[ImageDocument](/fine-reader/engine/api-reference/image-related-objects/imagedocument)
