ApngImage.AddPage
ApngImage.AddPage method
Add a new page to the image effortlessly with this intuitive method. Perfect for developers seeking to expand the content of their image files dynamically.
public void AddPage(RasterImage page)
| Parameter | Type | Description |
|---|---|---|
| page | RasterImage | The page to add. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | page is null. |
See Also
- class RasterImage
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging