GeneratePreview
Leave feedback
On this page
Generates and returns a preview of the selected worksheet in a form of SVG image
public SvgImage GeneratePreview(int worksheetIndex)
| Parameter | Type | Description |
|---|---|---|
| worksheetIndex | Int32 | 0-based index of the desired worksheet. Cannot be lesser then 0, cannot exceed the number of worksheets in this spreadsheet. |
SVG image as the non-null instance of the SvgImage class
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Specified worksheetIndex is lesser then 0 or bigger then the number of worksheets in this spreadsheet |
- class SvgImage
- struct SpreadsheetDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor
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.