IPreviewOptions
Leave feedback
On this page
Interface for the preview options.
public interface IPreviewOptions : IPageOptions
| Name | Description |
|---|---|
| CreateStream { get; } | Delegate that defines method to create output page preview stream. |
| Height { get; set; } | Preview height. |
| Mode { get; } | Gets the mode for preview. |
| ReleaseStream { get; } | Delegate that defines method to release output page preview stream. |
| Resolution { get; set; } | Image resolution. |
| Width { get; set; } | Preview width. |
| Name | Description |
|---|---|
| GetPathByPageNumber(int, string) | Gets the full file path of previewed document by page number with defined extension. |
| Validate(FileType) | Validates the split options. |
- interface IPageOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
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.