public abstract class SaveDocumentStream
extends com.aspose.ms.System.MulticastDelegate
Describes delegate for saving converted document into stream.
Constructor and Description |
---|
SaveDocumentStream() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(com.aspose.ms.System.AsyncCallback callback,
Object state) |
com.aspose.ms.System.IO.Stream |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract com.aspose.ms.System.IO.Stream |
invoke()
Saves converted document into stream.
|
getInvocationList, op_Equality, op_Inequality
public abstract com.aspose.ms.System.IO.Stream invoke()
Saves converted document into stream.
public final com.aspose.ms.System.IAsyncResult beginInvoke(com.aspose.ms.System.AsyncCallback callback, Object state)
public final com.aspose.ms.System.IO.Stream endInvoke(com.aspose.ms.System.IAsyncResult result)