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

# MultipageImageWriter Object (IMultipageImageWriter Interface)

This object is used for saving several images into a single image file.

To write a multi-page image file:

1. Create a MultipageImageWriter object using the [CreateMultipageImageWriter](/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createmultipageimagewriter-method) method of the [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface) object.
2. Add images to the end of the multi-page image file using the [AddPage](/fine-reader/engine/api-reference/image-related-objects/multipageimagewriter/addpage-method) method of the MultipageImageWriter object. Each image is added as a single page.
3. Before the newly created image file can be used, all the references to the MultipageImageWriter object must be released.

<Note>
  A MultipageImageWriter object can be created for one-page formats, but in this case only one page can be added to the file.
</Note>

## Properties

| Name        | Type                                                                                                                                                                                                          | Description                |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| Application | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object. |

## Methods

| Name                                                                                                   | Description                                               |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [AddPage](/fine-reader/engine/api-reference/image-related-objects/multipageimagewriter/addpage-method) | Appends an image to the end of the multi-page image file. |

## Output parameter

This object is the output parameter of the [CreateMultipageImageWriter](/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createmultipageimagewriter-method) method of the [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface) object.

## See also

[Working with Images](/fine-reader/engine/guided-tour/advanced-techniques/working-with-images)
