__init__ constructor
Leave feedback
On this page
Initializes a new instance of the WordProcessingPreviewOptions class causing the output stream to be closed.
def __init__(self, create_page_stream):
...
| Parameter | Type | Description |
|---|---|---|
| create_page_stream | CreatePageStream |
Creates a stream for a specific page preview. |
Initializes a new WordProcessingPreviewOptions instance that returns the output stream to the client for further use.
def __init__(self, create_page_stream, release_page_stream):
...
| Parameter | Type | Description |
|---|---|---|
| create_page_stream | CreatePageStream |
Creates a stream for a specific page preview. |
| release_page_stream | ReleasePageStream |
Notifies that the page preview generation is done and gets the output stream. |
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.