TiffImage.AddPage
TiffImage.AddPage method
Incorporate a new page into the existing image seamlessly, expanding its content and versatility. Utilize this method to enhance document composition and management, empowering efficient handling of multi-page images within your application.
public virtual 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 TiffImage
- namespace Aspose.Imaging.FileFormats.Tiff
- assembly Aspose.Imaging