Presentation.ExportToImages(Int32[]) Method
Exports presentation slides with the specified indexes to images.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| slideIndexes | Int32[] | A slide index array (specifies slides to be exported). |
Returns
| Type | Description |
|---|---|
| DXImage[] | An array of images that are exported slides. |
Remarks
For more information, refer to the following help topic: Export Presentation Slides to Images with DevExpress Presentation API Library.
See Also