IMultipageImageExt

All Implemented Interfaces: com.aspose.imaging.IMultipageImage

public interface IMultipageImageExt extends IMultipageImage

The extended multipage image interface

Methods

MethodDescription
addPage(RasterImage page)Adds page to the image.

addPage(RasterImage page)

public abstract void addPage(RasterImage page)

Adds page to the image.

Parameters:

ParameterTypeDescription
pageRasterImageThe page to add.