OnPageExportedAction
Contenuti
[
Nascondere
]Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class OnPageExportedAction extends System.MulticastDelegate
Delegato per l’attivazione quando la pagina è esportata
Costruttori
| Costruttore | Descrizione |
|---|---|
| OnPageExportedAction() |
Metodi
| Metodo | Descrizione |
|---|---|
| invoke(DjvuPage page) | Delegato per l’attivazione quando la pagina è esportata |
| beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
OnPageExportedAction()
public OnPageExportedAction()
invoke(DjvuPage page)
public abstract void invoke(DjvuPage page)
Delegato per l’attivazione quando la pagina è esportata
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| page | DjvuPage | La pagina a cui è stata esportata |
beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
public final System.IAsyncResult beginInvoke(DjvuPage page, System.AsyncCallback callback, Object state)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| page | DjvuPage | |
| callback | com.aspose.ms.System.AsyncCallback | |
| stato | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
endInvoke(System.IAsyncResult result)
public final void endInvoke(System.IAsyncResult result)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| risultato | com.aspose.ms.System.IAsyncResult |