Skip to main content
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 method of the Engine object.
  2. Add images to the end of the multi-page image file using the AddPage 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.
A MultipageImageWriter object can be created for one-page formats, but in this case only one page can be added to the file.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.

Methods

NameDescription
AddPageAppends an image to the end of the multi-page image file.

Output parameter

This object is the output parameter of the CreateMultipageImageWriter method of the Engine object.

See also

Working with Images