Interface IMultipageImageExt
Interface IMultipageImageExt
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
The extended multipage image interface
public interface IMultipageImageExt : IMultipageImage
Implements
Methods
AddPage(RasterImage)
Adds page to the image.
void AddPage(RasterImage page)
Parameters
page
RasterImage
The page to add.