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