Table of Contents

Interface IMultipageImage

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

The multipage image interface

public interface IMultipageImage

Properties

PageCount

Gets the page count.

int PageCount { get; }

Property Value

int

The page count.

PageExportingAction

Gets or sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.

PageExportingAction PageExportingAction { get; set; }

Property Value

PageExportingAction

The page exporting action.

Pages

Gets the pages.

Image[] Pages { get; }

Property Value

Image[]

The pages.