Interface IMultipageImageExt

Interface IMultipageImageExt

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

The extended multipage image interface

public interface IMultipageImageExt : IMultipageImage

Implements

IMultipageImage

Methods

AddPage(RasterImage)

Adds page to the image.

void AddPage(RasterImage page)

Parameters

page RasterImage

The page to add.

See Also

IMultipageImage