OnPageExportedAction
Contenido
[
Ocultar
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class OnPageExportedAction extends System.MulticastDelegate
Delegado que se dispara cuando la página se exporta
Constructores
| Constructor | Descripción |
|---|---|
| OnPageExportedAction() |
Métodos
| Método | Descripción |
|---|---|
| invoke(DjvuPage page) | Delegado que se dispara cuando la página se exporta |
| beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
OnPageExportedAction()
public OnPageExportedAction()
invoke(DjvuPage page)
public abstract void invoke(DjvuPage page)
Delegado que se dispara cuando la página se exporta
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| page | DjvuPage | La página a la que se exportó |
beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| page | DjvuPage | |
| callback | com.aspose.ms.System.AsyncCallback | |
| estado | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| resultado | com.aspose.ms.System.IAsyncResult |