PreviewOptions
Contents
[
Hide
]
PreviewOptions class
Provides options to sets requirements and stream delegates for preview generation.
public class PreviewOptions
Constructors
| Name | Description |
|---|---|
| PreviewOptions(CreatePageStream) | Initializes a new instance of the PreviewOptions class causing the output stream to be closed. |
| PreviewOptions(CreatePageStream, ReleasePageStream) | Initializes a new instance of PreviewOptions class causing the output stream to be returned to the client for further use. |
Properties
| Name | Description |
|---|---|
| CreatePageStream { get; set; } | Gets or sets an instance of the page stream creation delegate. |
| Dpi { get; set; } | Gets or sets a dpi. |
| Height { get; set; } | Gets or sets the page preview height. |
| PageNumbers { get; set; } | Gets or sets an array of page numbers to generate previews. |
| PreviewFormat { get; set; } | Gets or sets the preview image format. |
| PreviewPageRender { get; set; } | Gets or sets an instance of the page preview render info delegate. |
| ReleasePageStream { get; set; } | Gets or sets an instance of the page preview completion delegate. |
| Width { get; set; } | Gets or sets the page preview width. |
See Also
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser