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