PresentationPreviewOptions
Contents
[
Hide
]
PresentationPreviewOptions(CreatePageStream)
Initializes a new instance of the PresentationPreviewOptions
class causing the output stream to be closed.
public PresentationPreviewOptions(CreatePageStream createPageStream)
Parameter | Type | Description |
---|---|---|
createPageStream | CreatePageStream | Creates a stream for a specific page preview. |
See Also
- delegate CreatePageStream
- class PresentationPreviewOptions
- namespace GroupDocs.Watermark.Options.Presentation
- assembly GroupDocs.Watermark
PresentationPreviewOptions(CreatePageStream, ReleasePageStream)
Initializes a new instance of PresentationPreviewOptions
class causing the output stream to be returned to the client for further use.
public PresentationPreviewOptions(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. |
See Also
- delegate CreatePageStream
- delegate ReleasePageStream
- class PresentationPreviewOptions
- namespace GroupDocs.Watermark.Options.Presentation
- assembly GroupDocs.Watermark