WordProcessingPreviewOptions
Leave feedback
On this page
Initializes a new instance of the WordProcessingPreviewOptions class causing the output stream to be closed.
public WordProcessingPreviewOptions(CreatePageStream createPageStream)
| Parameter | Type | Description |
|---|---|---|
| createPageStream | CreatePageStream | Creates a stream for a specific page preview. |
- delegate CreatePageStream
- class WordProcessingPreviewOptions
- namespace GroupDocs.Watermark.Options.WordProcessing
- assembly GroupDocs.Watermark
Initializes a new instance of WordProcessingPreviewOptions class causing the output stream to be returned to the client for further use.
public WordProcessingPreviewOptions(CreatePageStream createPageStream,
ReleasePageStream releasePageStream)
| Parameter | Type | Description |
|---|---|---|
| createPageStream | CreatePageStream | Creates a stream for a specific page preview. |
| releasePageStream | ReleasePageStream | Notifies that the page preview generation is done and gets the output stream. |
- delegate CreatePageStream
- delegate ReleasePageStream
- class WordProcessingPreviewOptions
- namespace GroupDocs.Watermark.Options.WordProcessing
- assembly GroupDocs.Watermark
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.