public abstract class PageExportingAction
extends com.aspose.ms.System.MulticastDelegate
Delegate for firing before page is exported
Constructor and Description |
---|
PageExportingAction() |
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
|
getDelegateId, getInvocationList, op_Equality, op_Inequality
public abstract void invoke(int pageIndex, Image page)
Delegate for firing before page is exported
pageIndex
- Index of the page.page
- The page of the multi-page image.public final com.aspose.ms.System.IAsyncResult beginInvoke(int pageIndex, Image page, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)