CreatePageStream
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class CreatePageStream extends System.MulticastDelegate
Delegate that defines method to create output page preview stream.
| Constructor | Description |
|---|---|
| CreatePageStream() |
| Method | Description |
|---|---|
| invoke(int pageNumber) | |
| beginInvoke(int pageNumber, System.AsyncCallback callback, Object state) | |
| endInvoke(System.IAsyncResult result) |
public CreatePageStream()
public abstract OutputStream invoke(int pageNumber)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int |
Returns: java.io.OutputStream
public final System.IAsyncResult beginInvoke(int pageNumber, System.AsyncCallback callback, Object state)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int | |
| callback | com.aspose.ms.System.AsyncCallback | |
| state | java.lang.Object |
Returns: com.aspose.ms.System.IAsyncResult
public final OutputStream endInvoke(System.IAsyncResult result)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| result | com.aspose.ms.System.IAsyncResult |
Returns: java.io.OutputStream
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.