Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IMultipageImage

    • Method Detail

      • getPageCount

        int getPageCount()

        Gets the page count.

        Value: The page count. <autogeneratedoc></autogeneratedoc>
        Returns:
        the page count.
      • getPages

        Image[] getPages()

        Gets the pages.

        Value: The pages. <autogeneratedoc></autogeneratedoc>
        Returns:
        the pages.
      • getDefaultPage

        Image getDefaultPage()

        Gets the default page.

        Value: The default page. <autogeneratedoc></autogeneratedoc>
        Returns:
        the default page.
      • getPageExportingAction

        PageExportingAction getPageExportingAction()

        Gets 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.

        Value: The page exporting action.
        Returns:
        the page exporting action.
      • setPageExportingAction

        void setPageExportingAction(PageExportingAction value)

        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.

        Value: The page exporting action.
        Parameters:
        value - the page exporting action.