Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class PageExportingAction

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.imaging.PageExportingAction


  • public abstract class PageExportingAction
    extends com.aspose.ms.System.MulticastDelegate

    Delegate for firing before page is exported

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.IAsyncResult beginInvoke(int pageIndex, Image page, com.aspose.ms.System.AsyncCallback callback, Object state) 
      void endInvoke(com.aspose.ms.System.IAsyncResult result) 
      abstract void invoke(int pageIndex, Image page)
      Delegate for firing before page is exported
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        getDelegateId, getInvocationList, op_Equality, op_Inequality
      • Methods inherited from class com.aspose.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • PageExportingAction

        public PageExportingAction()
    • Method Detail

      • invoke

        public abstract void invoke(int pageIndex,
                                    Image page)

        Delegate for firing before page is exported

        Parameters:
        pageIndex - Index of the page.
        page - The page of the multi-page image.
      • beginInvoke

        public final com.aspose.ms.System.IAsyncResult beginInvoke(int pageIndex,
                                                                   Image page,
                                                                   com.aspose.ms.System.AsyncCallback callback,
                                                                   Object state)
      • endInvoke

        public final void endInvoke(com.aspose.ms.System.IAsyncResult result)