GeneratePreview
PresentationDocumentInfo.GeneratePreview method
Generates and returns a preview of the selected slide in a form of SVG image
public SvgImage GeneratePreview(int slideIndex)
| Parameter | Type | Description |
|---|---|---|
| slideIndex | Int32 | 0-based index of the desired slide. Cannot be lesser then 0, cannot exceed the number of slides in this presentation. |
Return Value
SVG image as the non-null instance of the SvgImage class
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Specidied slideIndex is lesser then 0 or bigger then the number of slides in this presentation |
See Also
- class SvgImage
- struct PresentationDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor