- Create a MultipageImageWriter object using the CreateMultipageImageWriter method of the Engine object.
- 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.
- 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
Methods
| Name | Description |
|---|---|
| AddPage | Appends an image to the end of the multi-page image file. |
