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