MultipageImageWriter Object (IMultipageImageWriter Interface)
This object is used for saving several images into a single image file.
To write a multi-page image file:
- 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.
Note: A MultipageImageWriter object can be created for one-page formats, but in this case only one page can be added to the file.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Methods
Name | Description |
---|---|
AddPage | Appends 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
03.07.2024 8:50:25