WebPImage.AddPage
WebPImage.AddPage method
Append a new page to the image, expanding its content and accommodating additional visual elements. Integrate this method to facilitate dynamic page management within your application, enabling seamless creation and augmentation of multi-page documents or images.
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 WebPImage
- namespace Aspose.Imaging.FileFormats.Webp
- assembly Aspose.Imaging