IMultipageImageExt Class

Summary: The extended multipage image interface

Module: aspose.imaging

Full Name: aspose.imaging.IMultipageImageExt

Inheritance: IMultipageImage

Aspose.Imaging Version: 24.5.0

Properties

NameTypeAccessDescription
page_countintrGets the page count.
pagesImage[]rGets the pages.

Methods

NameDescription
add_page(page)Adds page to the image.

Method: add_page(page)

 add_page(page) 

Adds page to the image.

Parameters:

ParameterTypeDescription
pageRasterImageThe page to add.